jdk/src/share/classes/java/text/MessageFormat.java
changeset 16010 2727163b5df5
parent 14342 8435a30053c1
child 19054 a64012cb49d6
--- a/jdk/src/share/classes/java/text/MessageFormat.java	Tue Feb 19 17:09:25 2013 +0000
+++ b/jdk/src/share/classes/java/text/MessageFormat.java	Tue Feb 19 10:34:26 2013 -0800
@@ -348,7 +348,8 @@
     private static final long serialVersionUID = 6479157306784022952L;
 
     /**
-     * Constructs a MessageFormat for the default locale and the
+     * Constructs a MessageFormat for the default
+     * {@link java.util.Locale.Category#FORMAT FORMAT} locale and the
      * specified pattern.
      * The constructor first sets the locale, then parses the pattern and
      * creates a list of subformats for the format elements contained in it.