5076980: (fmt) FormattableFlags specifies unsupported '^' format flag
Replaced '^' with 'S' in spec Reviewed-by: darcy
This commit is contained in:
parent
860a7e1fc9
commit
5b0e49b0e1
@ -59,10 +59,10 @@ public class FormattableFlags {
|
||||
* <pre>
|
||||
* out.toUpperCase() </pre>
|
||||
*
|
||||
* <p> This flag corresponds to <tt>'^'</tt> (<tt>'\u005e'</tt>) in
|
||||
* <p> This flag corresponds to <tt>'S'</tt> (<tt>'\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
|
||||
|
Loading…
x
Reference in New Issue
Block a user