jdk/src/share/classes/java/util/GregorianCalendar.java
changeset 16010 2727163b5df5
parent 15658 55b829ca2334
child 16852 60207b2b4b42
--- a/jdk/src/share/classes/java/util/GregorianCalendar.java	Tue Feb 19 17:09:25 2013 +0000
+++ b/jdk/src/share/classes/java/util/GregorianCalendar.java	Tue Feb 19 10:34:26 2013 -0800
@@ -587,7 +587,8 @@
 
     /**
      * Constructs a default <code>GregorianCalendar</code> using the current time
-     * in the default time zone with the default locale.
+     * in the default time zone with the default
+     * {@link Locale.Category#FORMAT FORMAT} locale.
      */
     public GregorianCalendar() {
         this(TimeZone.getDefaultRef(), Locale.getDefault(Locale.Category.FORMAT));
@@ -596,7 +597,8 @@
 
     /**
      * Constructs a <code>GregorianCalendar</code> based on the current time
-     * in the given time zone with the default locale.
+     * in the given time zone with the default
+     * {@link Locale.Category#FORMAT FORMAT} locale.
      *
      * @param zone the given time zone.
      */