Xuan Baldauf <[EMAIL PROTECTED]> writes:

> Hello,
> 
> the third line from the end of the sourcecode of
> java.util.TreeMap as visible at
> 
> 
>http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/util/TreeMap.java?rev=1.19&content-type=text/vnd.viewcvs-markup
> 
> is
> 
>       return this.keys;
> 
> but it should be
> 
>       return this.values;
> 
> This typo was not caught by the compiler because each set is
> also a collection.

Thanks, I've got this one into CVS shortly.

2002-05-02  Xuan Baldauf <[EMAIL PROTECTED]>

        * java/util/TreeMap.java (SubMap.values): return this.values instead
        of this.keys

Brian
-- 
Brian Jones <[EMAIL PROTECTED]>

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to