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.

Regards,

Xuân.

P.S.: Please include my e-Mail address in replies as I'm not
subscribed.

--
Mit freundlichen Grüßen

Xuân Baldauf
Medium.net Internet Server Software



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

Reply via email to