MATH-870: javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1390828 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastien Brisard 2012-09-27 03:48:44 +00:00
parent e2bab1ae13
commit b894782174
2 changed files with 4 additions and 2 deletions

View File

@ -34,7 +34,8 @@ import org.apache.commons.math3.util.OpenIntToDoubleHashMap.Iterator;
* @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>.
* <a href="https://issues.apache.org/jira/browse/MATH-870">ticket</a>. This
* class will be removed in version 4.0.
*/
@Deprecated
public class OpenMapRealVector extends SparseRealVector

View File

@ -22,7 +22,8 @@ package org.apache.commons.math3.linear;
* @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>.
* <a href="https://issues.apache.org/jira/browse/MATH-870">ticket</a>. This
* class will be removed in version 4.0.
*
*/
@Deprecated