You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2012/09/12 10:54:41 UTC

svn commit: r1383852 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/DifferentiableUnivariateVectorFunction.java

Author: luc
Date: Wed Sep 12 08:54:40 2012
New Revision: 1383852

URL: http://svn.apache.org/viewvc?rev=1383852&view=rev
Log:
Deprecated DifferentiableUnivariateVectorFunction.

This interface is in fact never used in the library...

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/DifferentiableUnivariateVectorFunction.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/DifferentiableUnivariateVectorFunction.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/DifferentiableUnivariateVectorFunction.java?rev=1383852&r1=1383851&r2=1383852&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/DifferentiableUnivariateVectorFunction.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/DifferentiableUnivariateVectorFunction.java Wed Sep 12 08:54:40 2012
@@ -21,6 +21,7 @@ package org.apache.commons.math3.analysi
  *
  * @version $Id$
  * @since 2.0
+ * @deprecated as of 3.1 replaced by {@link org.apache.commons.math3.analysis.differentiation.UnivariateDifferentiableVectorFunction}
  */
 public interface DifferentiableUnivariateVectorFunction
     extends UnivariateVectorFunction {