This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: java.util.TreeMap patch
- From: Tom Tromey <tromey at redhat dot com>
- To: Eric Blake <ebb9 at email dot byu dot edu>
- Cc: java-patches at gcc dot gnu dot org
- Date: 03 Jan 2003 10:03:53 -0700
- Subject: Re: java.util.TreeMap patch
- References: <3E04DB33.20300@email.byu.edu>
- Reply-to: tromey at redhat dot com
>>>>> "Eric" == Eric Blake <ebb9@email.byu.edu> writes:
Eric> 2002-12-21 Eric Blake <ebb9@email.byu.edu>
Eric> * java/util/TreeMap.java (fabricateTree): Fix off-by-one error.
Eric> (TreeIterator.remove): Prefer IllegalStateException over
Eric> ConcurrentModificationException, to match Sun.
I went ahead and checked this in.
Tom