Author: erans Date: Thu Jul 7 09:36:54 2011 New Revision: 1143729 URL: http://svn.apache.org/viewvc?rev=1143729&view=rev Log: Typo in Javadoc.
Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/NewtonSolver.java Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/NewtonSolver.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/NewtonSolver.java?rev=1143729&r1=1143728&r2=1143729&view=diff ============================================================================== --- commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/NewtonSolver.java (original) +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/NewtonSolver.java Thu Jul 7 09:36:54 2011 @@ -51,7 +51,7 @@ public class NewtonSolver extends Abstra * Find a zero near the midpoint of {@code min} and {@code max}. * * @param f Function to solve. - * @param min Lower bound for the interval? + * @param min Lower bound for the interval. * @param max Upper bound for the interval. * @param maxEval Maximum number of evaluations. * @return the value where the function is zero.