myatt83 opened a new pull request, #896: URL: https://github.com/apache/tomcat/pull/896
Fix typo in Eclipse setting key value. According to Eclipse Help Docs : https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjdt%2Fcore%2Fformatter%2FDefaultCodeFormatterConstants.html The appropriate setting key is: org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statement but the code here shows: org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment (missing 'e' in statement) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
