From 9cf853b3fcc654c91640a8fdf1a162f903d38ded Mon Sep 17 00:00:00 2001 From: Sebastien Brisard Date: Thu, 27 Sep 2012 03:49:54 +0000 Subject: [PATCH] MATH-870: deprecated SparseFieldVector. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1390829 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/commons/math3/linear/SparseFieldVector.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/java/org/apache/commons/math3/linear/SparseFieldVector.java b/src/main/java/org/apache/commons/math3/linear/SparseFieldVector.java index c323ebc3e..ab4489d62 100644 --- a/src/main/java/org/apache/commons/math3/linear/SparseFieldVector.java +++ b/src/main/java/org/apache/commons/math3/linear/SparseFieldVector.java @@ -34,7 +34,12 @@ import org.apache.commons.math3.util.OpenIntToFieldHashMap; * @param 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 + * ticket. This + * class will be removed in version 4.0. */ +@Deprecated public class SparseFieldVector> implements FieldVector, Serializable { /** Serialization identifier. */ private static final long serialVersionUID = 7841233292190413362L;