You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2011/01/31 06:45:14 UTC

svn commit: r1065484 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.java

Author: psteitz
Date: Mon Jan 31 05:45:14 2011
New Revision: 1065484

URL: http://svn.apache.org/viewvc?rev=1065484&view=rev
Log:
Javadoc. Removed link to removed class.

Modified:
    commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.java

Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.java
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.java?rev=1065484&r1=1065483&r2=1065484&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.java (original)
+++ commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.java Mon Jan 31 05:45:14 2011
@@ -47,8 +47,7 @@ public interface DifferentiableMultivari
     /** Get the number of iterations realized by the algorithm.
      * <p>
      * The number of evaluations corresponds to the last call to the
-     * {@code optimize} method (see {@link BaseMultivariateRealOptimizer}).
-     * It is 0 if the method has not been called yet.
+     * {@code optimize} method. It is 0 if the method has not been called yet.
      * </p>
      * @return number of iterations
      */