commit-classpath
[Top][All Lists]
Advanced

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

java.lang.String doc fix: committed


From: Steven Augart
Subject: java.lang.String doc fix: committed
Date: Fri, 11 Jun 2004 22:30:14 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040421

--
Steven Augart

Jikes RVM, a free, open source, Virtual Machine:
http://oss.software.ibm.com/jikesrvm
Committed with the following ChangeLog comment:

        * java/lang/String.java: Doc fix.

Index: java/lang/String.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/lang/String.java,v
retrieving revision 1.56
diff -I*.class -u -r1.56 String.java
--- java/lang/String.java       23 Apr 2004 21:13:20 -0000      1.56
+++ java/lang/String.java       12 Jun 2004 02:26:20 -0000
@@ -122,7 +122,7 @@
   private int cachedHashCode;
 
   /**
-   * Holds the starting position for characters in str[].  Since
+   * Holds the starting position for characters in value[].  Since
    * substring()'s are common, the use of offset allows the operation
    * to perform in O(1). Package access is granted for use by StringBuffer.
    */

reply via email to

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