From 31ca64cfa89edf008a24b95cb467022ce081719b Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Mon, 21 Feb 2011 22:07:51 +0000 Subject: [PATCH] fixed @since comment, the class was added in 2.2 not in 2.1 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1073167 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 85818e6f0..cc8d94767 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 @@ -33,7 +33,7 @@ import java.util.ResourceBundle; * localized properties files, and as a default format if some * translation is missing. *

- * @since 2.1 + * @since 2.2 * @version $Revision$ $Date$ */ public enum LocalizedFormats implements Localizable {