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
This commit is contained in:
parent
1cc75e8fa5
commit
31ca64cfa8
|
@ -33,7 +33,7 @@ import java.util.ResourceBundle;
|
||||||
* localized properties files, and as a default format if some
|
* localized properties files, and as a default format if some
|
||||||
* translation is missing.
|
* translation is missing.
|
||||||
* </p>
|
* </p>
|
||||||
* @since 2.1
|
* @since 2.2
|
||||||
* @version $Revision$ $Date$
|
* @version $Revision$ $Date$
|
||||||
*/
|
*/
|
||||||
public enum LocalizedFormats implements Localizable {
|
public enum LocalizedFormats implements Localizable {
|
||||||
|
|
Loading…
Reference in New Issue