aherbert commented on code in PR #219: URL: https://github.com/apache/commons-math/pull/219#discussion_r1003071023
########## src/main/resources/checkstyle/checkstyle-suppressions-legacy.xml: ########## @@ -44,7 +44,7 @@ <suppress checks="UnnecessaryParentheses" files=".*[/\\]SparseGradient\.java$" lines="385,396" /> <suppress checks="UnnecessaryParentheses" files=".*[/\\]DerivativeStructure\.java$" lines="468,481" /> <suppress checks="UnnecessaryParentheses" files=".*[/\\]SimpleCurveFitter\.java$" lines="321-322" /> - <suppress checks="UnnecessaryParentheses" files=".*[/\\]LevenbergMarquardtOptimizer\.java$" lines="527,741" /> + <suppress checks="UnnecessaryParentheses" files=".*[/\\]LevenbergMarquardtOptimizer\.java$" lines="525,527,741" /> Review Comment: Since you removed two lines above `527` this should be `"525,739"`. Please change and verify with `mvn checkstyle:check` in this module. -- 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]
