Hi Joerg!
that signature is forced by implementing Map#putAll(Map)[1] method, I
didn't realize how to avoid the String extension, any contribution is
welcome!
Dankeshen, alles gute!
Simo

[1] 
http://download.oracle.com/javase/6/docs/api/java/util/Map.html#putAll(java.util.Map)

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Thu, May 19, 2011 at 12:15 AM, Jörg Schaible <[email protected]> wrote:
> Hi Simone,
>
> ============= %< ==============
> -    public void putAll( Map t )
> +    public void putAll( Map<? extends String, ? extends Object> t )
> ============= %< ==============
>
> String is final, therefore nothing extends String ...
>
> Cheers,
> Jörg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to