-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 5.0
-
Component/s: core-libs
-
b90
-
x86
-
linux
A DESCRIPTION OF THE PROBLEM :
The example in BreakIterator has a typo that makes it not compile:
if (Character.isLetter(text.codePointAt(p))
return last;
the first line is missing a ')'
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/java/text/BreakIterator.html
The example in BreakIterator has a typo that makes it not compile:
if (Character.isLetter(text.codePointAt(p))
return last;
the first line is missing a ')'
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/java/text/BreakIterator.html