fixed a wrong @Since (method has been added in 2.2, not in 2.0)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073255 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-02-22 08:42:06 +00:00
parent 90a657b4dd
commit b68af0b2a2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class MatrixIndexException extends MathRuntimeException {
* Constructs a new instance with specified formatted detail message. * Constructs a new instance with specified formatted detail message.
* @param pattern format specifier * @param pattern format specifier
* @param arguments format arguments * @param arguments format arguments
* @since 2.0 * @since 2.2
*/ */
public MatrixIndexException(final Localizable pattern, final Object ... arguments) { public MatrixIndexException(final Localizable pattern, final Object ... arguments) {
super(pattern, arguments); super(pattern, arguments);