|
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
[Prev in Thread] | Current Thread | [Next in Thread] |