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

svn commit: r1390829 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldVector.java

Author: celestin
Date: Thu Sep 27 03:49:54 2012
New Revision: 1390829

URL: http://svn.apache.org/viewvc?rev=1390829&view=rev
Log:
MATH-870: deprecated SparseFieldVector.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldVector.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldVector.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldVector.java?rev=1390829&r1=1390828&r2=1390829&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldVector.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldVector.java Thu Sep 27 03:49:54 2012
@@ -34,7 +34,12 @@ import org.apache.commons.math3.util.Ope
  * @param <T> the type of the field elements
  * @version $Id$
  * @since 2.0
+ * @deprecated As of version 3.1, this class is deprecated, for reasons exposed
+ * in this JIRA
+ * <a href="https://issues.apache.org/jira/browse/MATH-870">ticket</a>. This
+ * class will be removed in version 4.0.
  */
+@Deprecated
 public class SparseFieldVector<T extends FieldElement<T>> implements FieldVector<T>, Serializable {
     /**  Serialization identifier. */
     private static final long serialVersionUID = 7841233292190413362L;