classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: bug in java.util.Map


From: David Holmes
Subject: RE: bug in java.util.Map
Date: Wed, 21 Jan 2004 13:48:42 +1000

> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]