jdk/src/share/classes/java/text/DecimalFormat.java
changeset 16010 2727163b5df5
parent 15260 7af2d7a87806
child 19054 a64012cb49d6
--- a/jdk/src/share/classes/java/text/DecimalFormat.java	Tue Feb 19 17:09:25 2013 +0000
+++ b/jdk/src/share/classes/java/text/DecimalFormat.java	Tue Feb 19 10:34:26 2013 -0800
@@ -381,7 +381,8 @@
 
     /**
      * Creates a DecimalFormat using the default pattern and symbols
-     * for the default locale. This is a convenient way to obtain a
+     * for the default {@link java.util.Locale.Category#FORMAT FORMAT} locale.
+     * This is a convenient way to obtain a
      * DecimalFormat when internationalization is not the main concern.
      * <p>
      * To obtain standard formats for a given locale, use the factory methods
@@ -411,7 +412,8 @@
 
     /**
      * Creates a DecimalFormat using the given pattern and the symbols
-     * for the default locale. This is a convenient way to obtain a
+     * for the default {@link java.util.Locale.Category#FORMAT FORMAT} locale.
+     * This is a convenient way to obtain a
      * DecimalFormat when internationalization is not the main concern.
      * <p>
      * To obtain standard formats for a given locale, use the factory methods