ICU-5553 fix error in Javadoc for BreakIterator
X-SVN-Rev: 22619
This commit is contained in:
parent
84e6aefc9e
commit
7feae9ed00
@ -174,7 +174,7 @@ import com.ibm.icu.util.ULocale;
|
||||
* int current = wb.next();
|
||||
* while (current != BreakIterator.DONE) {
|
||||
* for (int p = last; p < current; p++) {
|
||||
* if (Character.isLetter(text.charAt(p))
|
||||
* if (Character.isLetter(text.charAt(p)))
|
||||
* return last;
|
||||
* }
|
||||
* last = current;
|
||||
|
Loading…
Reference in New Issue
Block a user