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 294589d7b478fe388b9a1c2e28aa37c02cb6fe18 Author: aherbert <aherb...@apache.org> AuthorDate: Tue Jun 7 15:39:02 2022 +0100 Correct javadoc --- .../legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizerTest.java b/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizerTest.java index 15e1363b0..c4b5ec150 100644 --- a/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizerTest.java +++ b/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizerTest.java @@ -310,7 +310,7 @@ public class SimplexOptimizerTest { /** * Asserts that the lowest function value (along a line starting at - * {@link #start} is reached at the {@link #optimum}. + * {@code start} is reached at the {@code optimum}. * * @param numPoints Number of points at which to evaluate the function. */