/[classpath]/classpath/java/lang/StringBuilder.java
ViewVC logotype

Diff of /classpath/java/lang/StringBuilder.java

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

revision 1.1.2.6 by gnu_andrew, Sat Feb 19 10:50:37 2005 UTC revision 1.1.2.7 by gnu_andrew, Mon Feb 21 02:50:40 2005 UTC
# Line 81  public final class StringBuilder Line 81  public final class StringBuilder
81    // want to change StringBuffer as well.    // want to change StringBuffer as well.
82    
83    /**    /**
84     * Compatible with JDK 1.0+.     * For compatability with Sun's JDK
85     */     */
86    private static final long serialVersionUID = 3388685877147921107L;    private static final long serialVersionUID = 4383685877147921099L;
87    
88    /**    /**
89     * Index of next available character (and thus the size of the current     * Index of next available character (and thus the size of the current

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

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