On 6 December 2010 17:17, Gilles Sadowski <[email protected]> wrote: >> > @@ -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) ? > > Because the package "function" does not exist in MATH_2_X.
I know that, but #map(UnivariateRealFunction) does exist (in the same source file). It was only the reference to the package name that was wrong. If the replacement for the deprecated methods is not #map(UnivariateRealFunction), then whatever is the replacement should be specified in the Javadoc. >> [...] > > Gilles > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
