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
commit e49cabff8bba2663fac442c096c623b2ce6031eb Author: Alex Herbert <[email protected]> AuthorDate: Tue Nov 21 18:34:51 2023 +0000 Checkstyle: redundant public modifier --- .../commons/math4/legacy/fitting/leastsquares/LeastSquaresProblem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/fitting/leastsquares/LeastSquaresProblem.java b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/fitting/leastsquares/LeastSquaresProblem.java index 813e04b08..1bf9185c1 100644 --- a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/fitting/leastsquares/LeastSquaresProblem.java +++ b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/fitting/leastsquares/LeastSquaresProblem.java @@ -77,7 +77,7 @@ public interface LeastSquaresProblem extends OptimizationProblem<LeastSquaresPro * An evaluation of a {@link LeastSquaresProblem} at a particular point. This class * also computes several quantities derived from the value and its Jacobian. */ - public interface Evaluation { + interface Evaluation { /** * Get the covariance matrix of the optimized parameters. <br> Note that this
