You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2011/02/21 23:04:15 UTC

svn commit: r1073165 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/exception/util/LocalizedFormats.java

Author: luc
Date: Mon Feb 21 22:04:14 2011
New Revision: 1073165

URL: http://svn.apache.org/viewvc?rev=1073165&view=rev
Log:
fixed @since comment, the class was added in 2.2 not in 2.1

Modified:
    commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/exception/util/LocalizedFormats.java

Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/exception/util/LocalizedFormats.java
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/exception/util/LocalizedFormats.java?rev=1073165&r1=1073164&r2=1073165&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/exception/util/LocalizedFormats.java (original)
+++ commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/exception/util/LocalizedFormats.java Mon Feb 21 22:04:14 2011
@@ -33,7 +33,7 @@ import java.util.ResourceBundle;
  * localized properties files, and as a default format if some
  * translation is missing.
  * </p>
- * @since 2.1
+ * @since 2.2
  * @version $Revision$ $Date$
  */
 public enum LocalizedFormats implements Localizable {