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:
parent
bef875a3ba
commit
47de37f805
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue