On 6 December 2010 12:52, <[email protected]> wrote: > Author: erans > Date: Mon Dec 6 12:52:36 2010 > New Revision: 1042610 > > URL: http://svn.apache.org/viewvc?rev=1042610&view=rev > Log: > MATH-453 > Removed Javadoc comment referring to non-existent package. > > Modified: > > commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java > > Modified: > commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java > URL: > http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java?rev=1042610&r1=1042609&r2=1042610&view=diff > ============================================================================== > --- > commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java > (original) > +++ > commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java > Mon Dec 6 12:52:36 2010 > @@ -250,10 +250,7 @@ public interface RealVector { > * > * @param d Operator value. > * @return a mapped copy of the vector. > - * @deprecated in 2.2 (to be removed in 3.0). Please use > - * {...@link #map(UnivariateRealFunction)} directly with > - * the function classes in package > - * {...@link org.apache.commons.math.analysis.function}. > + * @deprecated in 2.2 (to be removed in 3.0).
Why not leave the reference to #map(UnivariateRealFunction) ? If something is deprecated, ISTM that the the Javadoc should say what to use instead. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
