Add missing @Deprecated annotation

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1042512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-12-06 02:08:01 +00:00
parent bef875a3ba
commit 47de37f805
1 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,7 @@ public interface RealVector {
* the function classes in package
* {@link org.apache.commons.math.analysis.function}.
*/
@Deprecated
RealVector mapPow(double d);
/**
@ -269,6 +270,7 @@ public interface RealVector {
* the function classes in package
* {@link org.apache.commons.math.analysis.function}.
*/
@Deprecated
RealVector mapPowToSelf(double d);
/**