From 1607b9c7ed42e72f3a5877842deee7d2ae88051e Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Thu, 8 Sep 2011 09:56:24 +0000 Subject: [PATCH] Wrong place-holder. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1166594 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/commons/math/exception/util/LocalizedFormats.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/math/exception/util/LocalizedFormats.java b/src/main/java/org/apache/commons/math/exception/util/LocalizedFormats.java index 0d60c5f50..3402030b3 100644 --- a/src/main/java/org/apache/commons/math/exception/util/LocalizedFormats.java +++ b/src/main/java/org/apache/commons/math/exception/util/LocalizedFormats.java @@ -186,7 +186,7 @@ public enum LocalizedFormats implements Localizable { BETA("beta"), /* keep */ NOT_POSITIVE_COLUMNDIMENSION("invalid column dimension: {0} (must be positive)"), NOT_POSITIVE_DEFINITE_MATRIX("not positive definite matrix"), - NON_POSITIVE_DEFINITE_MATRIX("not positive definite matrix: diagonal element at ({0},{0}) is larger than {2}"), /* keep */ + NON_POSITIVE_DEFINITE_MATRIX("not positive definite matrix: diagonal element at ({0},{0}) is larger than {1}"), /* keep */ NON_POSITIVE_DEFINITE_LINEAR_OPERATOR("non positive definite linear operator"), /* keep */ NON_SELF_ADJOINT_LINEAR_OPERATOR("non self-adjoint linear operator"), /* keep */ NON_SQUARE_LINEAR_OPERATOR("non square ({0}x{1}) linear operator"), /* keep */