/[classpath]/classpath/java/text/SimpleDateFormat.java
ViewVC logotype

Diff of /classpath/java/text/SimpleDateFormat.java

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

revision 1.39 by gnu_andrew, Sat Feb 12 14:26:02 2005 UTC revision 1.40 by mkoch, Wed Feb 16 07:05:33 2005 UTC
# Line 1  Line 1 
1  /* SimpleDateFormat.java -- A class for parsing/formating simple  /* SimpleDateFormat.java -- A class for parsing/formating simple
2     date constructs     date constructs
3     Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004     Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005
4     Free Software Foundation, Inc.     Free Software Foundation, Inc.
5    
6  This file is part of GNU Classpath.  This file is part of GNU Classpath.
# Line 45  import gnu.java.text.FormatBuffer; Line 45  import gnu.java.text.FormatBuffer;
45  import gnu.java.text.FormatCharacterIterator;  import gnu.java.text.FormatCharacterIterator;
46  import gnu.java.text.StringFormatBuffer;  import gnu.java.text.StringFormatBuffer;
47    
 import java.io.InvalidObjectException;  
48  import java.io.IOException;  import java.io.IOException;
49    import java.io.InvalidObjectException;
50  import java.io.ObjectInputStream;  import java.io.ObjectInputStream;
51  import java.util.ArrayList;  import java.util.ArrayList;
52  import java.util.Calendar;  import java.util.Calendar;
# Line 96  public class SimpleDateFormat extends Da Line 96  public class SimpleDateFormat extends Da
96       * @param s the size of the field.       * @param s the size of the field.
97       * @param c the character used.       * @param c the character used.
98       */       */
99      public CompiledField(int f, int s, char c) {      public CompiledField(int f, int s, char c)
100        {
101        field = f;        field = f;
102        size = s;        size = s;
103        character = c;        character = c;
# Line 168  public class SimpleDateFormat extends Da Line 169  public class SimpleDateFormat extends Da
169     * @see DateFormatSymbols     * @see DateFormatSymbols
170     * @serial The localisation data.  May not be null.     * @serial The localisation data.  May not be null.
171     */     */
172    private DateFormatSymbols formatData;  // formatData    private DateFormatSymbols formatData;
173    
174    /**    /**
175     * The date representing the start of the century     * The date representing the start of the century

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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