Add missing @Deprecated annotation

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1042423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-12-05 19:27:02 +00:00
parent 52e8a34e72
commit fa4b8869dc

View File

@ -32,6 +32,7 @@ import org.apache.commons.math.exception.util.LocalizedFormats;
* {@link org.apache.commons.math.exception.MaxCountExceededException}
* instead.
*/
@Deprecated
public class MaxIterationsExceededException extends ConvergenceException {
/** Serializable version identifier. */