> I found a minor bug in java.util.Map: the inner class Entry
> has to be public. Diff is attached.

All interface members are implicitly public. The preferred style is to
not explicitly define them as public.

David Holmes



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

Reply via email to