commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

classpath ./ChangeLog java/lang/StringBuffer.java


From: Mark Wielaard
Subject: classpath ./ChangeLog java/lang/StringBuffer.java
Date: Fri, 15 Feb 2002 09:39:27 -0500

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Mark Wielaard <address@hidden>  02/02/15 09:39:27

Modified files:
        .              : ChangeLog 
        java/lang      : StringBuffer.java 

Log message:
        * java/lang/StringBuffer.java (subSequence): is new in 1.4,
        though it was already implemented in classpath.  I added the
        "@since 1.4" tag to make it compatable with the 1.4. I
        altered the exception thrown to be IndexOutOfBoundsException to
        make the documentation compatable with the 1.4.
        * java/lang/StringBuffer.java (indexOf, lastIndexOf): I copied the
        javadoc in the classpath String class.  The functions call through
        to those functions, so they behave exactly the same.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.384&tr2=1.385&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/lang/StringBuffer.java.diff?tr1=1.17&tr2=1.18&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]