classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: BaseBreakIterator patch fixes #24017


From: Anthony Balkissoon
Subject: [cp-patches] FYI: BaseBreakIterator patch fixes #24017
Date: Thu, 22 Sep 2005 14:24:47 -0400

BaseBreakIterator.following(int) was restoring the old index to the
CharacterIterator, but it should not.  It should set the index to the
parameter and not change it back.  Fixed.

2005-09-22  Anthony Balkissoon  <address@hidden>

        * gnu/java/text/BaseBreakIterator.java:
        (following): Don't restore old CharacterIterator index.

--Tony

Attachment: WordBreakIteratorFix.java
Description: Text Data


reply via email to

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