Deprecation.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1061778 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2011-01-21 12:12:39 +00:00
parent 465289b2d6
commit c2d100638e
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ import org.apache.commons.math.exception.util.LocalizedFormats;
*
* @since 1.2
* @version $Revision$ $Date$
* @deprecated in 2.2 (to be removed in 3.0). Please use its equivalent from package
* {@link org.apache.commons.math.exception}.
*/
public class DimensionMismatchException extends MathException {