Yeah, separating it from the java.util.Map is on the list of things to get done for 1.3 though.
On Tue, Aug 4, 2009 at 3:19 AM, Sandro Martini <[email protected]>wrote: > Hi, > but that method uses a standard java.util.Map ... as seen in imports, > so Findbugs said to me the trick. > > public void putAll(Map<? extends String, ? extends Object> map) { > > But i agree with you, it's not a problem ... > > Bye >
