I'm checking this in. This fixes a javadoc buglet in String I noticed while doing a merge.
Tom 2006-01-06 Tom Tromey <[EMAIL PROTECTED]> * java/lang/String.java (codePointCount): Fixed javadoc. Index: java/lang/String.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/lang/String.java,v retrieving revision 1.78 diff -u -r1.78 String.java --- java/lang/String.java 6 Jan 2006 20:41:18 -0000 1.78 +++ java/lang/String.java 6 Jan 2006 22:51:55 -0000 @@ -1765,7 +1765,7 @@ /** * Return the number of code points between two indices in the - * <code>StringBuffer</code>. An unpaired surrogate counts as a + * <code>String</code>. An unpaired surrogate counts as a * code point for this purpose. Characters outside the indicated * range are not examined, even if the range ends in the middle of a * surrogate pair. _______________________________________________ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches