MATH-870: deprecated SparseFieldVector.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1390829 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastien Brisard 2012-09-27 03:49:54 +00:00
parent b894782174
commit 9cf853b3fc
1 changed files with 5 additions and 0 deletions

View File

@ -34,7 +34,12 @@ import org.apache.commons.math3.util.OpenIntToFieldHashMap;
* @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;