classpath-patches
[Top][All Lists]
Advanced

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

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


From: Anthony Balkissoon
Subject: Re: [cp-patches] FYI: BaseBreakIterator patch fixes #24017
Date: Mon, 26 Sep 2005 10:32:30 -0400

Small fix to this patch, got rid of the (now) unused local variable
"save".

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

        * gnu/java/text/BaseBreakIterator.java:
        (following): Removed unused local variable.

--Tony

On Thu, 2005-09-22 at 14:24 -0400, Anthony Balkissoon wrote:
> 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
> _______________________________________________
> Classpath-patches mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/classpath-patches

Attachment: BaseBreakIteratorSmallFix.diff
Description: Text Data


reply via email to

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