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

Diff of /classpath/java/util/Formatter.java

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

revision 1.1.2.1 by tromey, Sun Sep 25 02:55:13 2005 UTC revision 1.1.2.2 by tromey, Sun Sep 25 22:02:33 2005 UTC
# Line 50  import java.io.PrintStream; Line 50  import java.io.PrintStream;
50  import java.io.UnsupportedEncodingException;  import java.io.UnsupportedEncodingException;
51  import java.math.BigInteger;  import java.math.BigInteger;
52    
53    import gnu.classpath.SystemProperties;
54    
55  /** @since 1.5 */  /** @since 1.5 */
56  public class Formatter implements Closeable, Flushable  public class Formatter implements Closeable, Flushable
57  {  {
# Line 71  public class Formatter implements Closea Line 73  public class Formatter implements Closea
73    private static final String FLAGS = "--#+ 0,(";    private static final String FLAGS = "--#+ 0,(";
74    
75    private static final String lineSeparator    private static final String lineSeparator
76      = System.getProperty("line.separator");      = SystemProperties.getProperty("line.separator");
77    
78    public enum BigDecimalLayoutForm    public enum BigDecimalLayoutForm
79    {    {

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