The method he is referring to is actually in WTKXSerializer and
unfortunately needs to continue to use java.util.Map. But it is not a
method that will be called very often, if ever.
On Aug 4, 2009, at 7:04 AM, Todd Volkert wrote:
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