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:
parent
90a657b4dd
commit
b68af0b2a2
|
@ -46,7 +46,7 @@ public class MatrixIndexException extends MathRuntimeException {
|
|||
* Constructs a new instance with specified formatted detail message.
|
||||
* @param pattern format specifier
|
||||
* @param arguments format arguments
|
||||
* @since 2.0
|
||||
* @since 2.2
|
||||
*/
|
||||
public MatrixIndexException(final Localizable pattern, final Object ... arguments) {
|
||||
super(pattern, arguments);
|
||||
|
|
Loading…
Reference in New Issue