/[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.47 by mark, Sat Jul 2 20:32:41 2005 UTC revision 1.48 by mark, Wed Jul 13 23:22:31 2005 UTC
# Line 73  public class SimpleDateFormat extends Da Line 73  public class SimpleDateFormat extends Da
73    private class CompiledField    private class CompiledField
74    {    {
75      /**      /**
76       * The ID of the field within the local pattern characters,       * The ID of the field within the local pattern characters.
77         * Package private for use in out class.
78       */       */
79      private int field;      int field;
80    
81      /**      /**
82       * The size of the character sequence.       * The size of the character sequence.
83         * Package private for use in out class.
84       */       */
85      private int size;      int size;
86    
87      /**      /**
88       * The character used.       * The character used.

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

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