5076980: (fmt) FormattableFlags specifies unsupported '^' format flag
authorsherman
Wed, 08 Dec 2010 20:11:31 -0800
changeset 7543 3a3e3f73b043
parent 7542 514d58003c20
child 7544 85a0e84bb9a0
5076980: (fmt) FormattableFlags specifies unsupported '^' format flag Summary: replaced '^' with 'S' in spec Reviewed-by: darcy
jdk/src/share/classes/java/util/FormattableFlags.java
--- a/jdk/src/share/classes/java/util/FormattableFlags.java	Wed Dec 08 12:54:43 2010 -0800
+++ b/jdk/src/share/classes/java/util/FormattableFlags.java	Wed Dec 08 20:11:31 2010 -0800
@@ -59,10 +59,10 @@
      * <pre>
      *     out.toUpperCase() </pre>
      *
-     * <p> This flag corresponds to <tt>'^'</tt> (<tt>'&#92;u005e'</tt>) in
+     * <p> This flag corresponds to <tt>'S'</tt> (<tt>'&#92;u0053'</tt>) in
      * the format specifier.
      */
-    public static final int UPPERCASE = 1<<1;    // '^'
+    public static final int UPPERCASE = 1<<1;    // 'S'
 
     /**
      * Requires the output to use an alternate form.  The definition of the