This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/master by this push:
     new 07405f3d8 Update checkstyle suppressions line numbers
07405f3d8 is described below

commit 07405f3d87a6551e1283c30899e441ec448b221d
Author: Alex Herbert <[email protected]>
AuthorDate: Thu May 21 14:57:40 2026 +0100

    Update checkstyle suppressions line numbers
---
 src/main/resources/checkstyle/checkstyle-suppressions-legacy.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/checkstyle/checkstyle-suppressions-legacy.xml 
b/src/main/resources/checkstyle/checkstyle-suppressions-legacy.xml
index 9f45cea5c..3af66fb0c 100644
--- a/src/main/resources/checkstyle/checkstyle-suppressions-legacy.xml
+++ b/src/main/resources/checkstyle/checkstyle-suppressions-legacy.xml
@@ -41,7 +41,7 @@
   <!-- Sometimes parentheses can help readability -->
   <suppress checks="UnnecessaryParentheses" files=".*[/\\]MullerSolver\.java$" 
lines="177-179" />
   <suppress checks="UnnecessaryParentheses" 
files=".*[/\\]UnivariateSolverUtils\.java$" lines="123,387" />
-  <suppress checks="UnnecessaryParentheses" 
files=".*[/\\]SparseGradient\.java$" lines="385,396" />
+  <suppress checks="UnnecessaryParentheses" 
files=".*[/\\]SparseGradient\.java$" lines="394,405" />
   <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="525,739" />

Reply via email to