This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: AbstractMap.toString() patch


Mark Wielaard wrote:

>The comment in AbstractMap.toString() is wrong (at least for the version
>of the Sun JDK that I tested against). This patch makes the
>implementation do what the javadoc says and seems to fix the last
>remaining Collection failure in Mauve (yeah!).
>
>
>2002-04-07  Mark Wielaard <mark@klomp.org>
>
>    * java/util/AbstractMap.java (toString): Explicitly use getKey() and
>    getValue().
>
>OK to commit to branch/mainline?
>

Yes, thanks.

Bryce.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]