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 <joerg.schai...@gmx.de> 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: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to