You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2012/10/07 00:17:13 UTC

svn commit: r1395181 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/package-info.java

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>
  * </ul>
  * </p>



Re: svn commit: r1395181 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/package-info.java

Posted by Gilles Sadowski <gi...@harfang.homelinux.org>.
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: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1395181 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/package-info.java

Posted by Luc Maisonobe <Lu...@free.fr>.
Hi Gilles,

Le 07/10/2012 00:17, erans@apache.org a écrit :
> 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? Your change is also not consistent since you changed the
link back to its former target but let the label as is.

Thanks,
Luc

>   * </ul>
>   * </p>
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org