/[classpath]/classpath/java/util/FormattableFlags.java
ViewVC logotype

Diff of /classpath/java/util/FormattableFlags.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by tromey, Sun Aug 14 00:52:32 2005 UTC revision 1.1.2.2 by tromey, Sun Sep 25 02:55:13 2005 UTC
# Line 45  public class FormattableFlags Line 45  public class FormattableFlags
45    public static final int UPPERCASE = 2;    public static final int UPPERCASE = 2;
46    public static final int ALTERNATE = 4;    public static final int ALTERNATE = 4;
47    
48      // Used internally by Formatter.
49      // Changes here must be reflected in the FLAGS string there.
50      static final int PLUS = 8;
51      static final int SPACE = 16;
52      static final int ZERO = 32;
53      static final int COMMA = 64;
54      static final int PAREN = 128;
55    
56    // Not instantiable.    // Not instantiable.
57    private FormattableFlags()    private FormattableFlags()
58    {    {

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26