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. */