Hello. > > Author: erans > > Date: Sat Oct 6 22:17:12 2012 > > New Revision: 1395181 > > > > URL: http://svn.apache.org/viewvc?rev=1395181&view=rev > > Log: > > Javadoc. > > > > Modified: > > > > commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/package-info.java > > > > Modified: > > commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/package-info.java > > URL: > > http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/package-info.java?rev=1395181&r1=1395180&r2=1395181&view=diff > > ============================================================================== > > --- > > commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/package-info.java > > (original) > > +++ > > commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/package-info.java > > Sat Oct 6 22:17:12 2012 > > @@ -42,9 +42,9 @@ > > * MultivariateDifferentiableOptimizer} for {@link > > * > > org.apache.commons.math3.analysis.MultivariateDifferentiableFunction > > * differentiable multivariate real functions}</li> > > - * <li>{@link > > org.apache.commons.math3.optimization.MultivariateDifferentiableVectorOptimizer > > + * <li>{@link > > org.apache.commons.math3.optimization.DifferentiableMultivariateVectorOptimizer > > * MultivariateDifferentiableVectorOptimizer} for {@link > > - * > > org.apache.commons.math3.analysis.MultivariateDifferentiableVectorFunction > > + * > > org.apache.commons.math3.analysis.DifferentiableMultivariateVectorFunction > > * differentiable multivariate vectorial functions}</li> > > Could you explain why you reverted the change I introduced 3 weeks ago > in r1384907?
I hadn't noticed that change. I changed it because of a Javadoc warning: the interface org.apache.commons.math3.analysis.MultivariateDifferentiableVectorFunction does not exist, and I thought that it was a typo. I now see that it is org.apache.commons.math3.analysis.differentiation.MultivariateDifferentiableVectorFunction which you most probably meant. > Your change is also not consistent since you changed the > link back to its former target but let the label as is. Feel free to put the correct documentation in place. ;-) I take the opportunity to signal that there are 57 warnings when processing the Javadoc comments. Best regards, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
