[jbosscache-issues] [JBoss JIRA] Updated: (JBCACHE-1401) Node.putAll(Map<K, V>) should probably be Node.putAll(Map<? extends K,? extends V>)

Manik Surtani (JIRA) jira-events at lists.jboss.org
Sat Aug 23 01:22:38 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBCACHE-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manik Surtani updated JBCACHE-1401:
-----------------------------------

    Fix Version/s: 3.0.0.GA
       Complexity: Low


Will need to look at similar interfaces as well, where a typed collection is accepted as a parameter.


> Node.putAll(Map<K, V>) should probably be Node.putAll(Map<? extends K,? extends V>) 
> ------------------------------------------------------------------------------------
>
>                 Key: JBCACHE-1401
>                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1401
>             Project: JBoss Cache
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Elias Ross
>            Assignee: Manik Surtani
>             Fix For: 3.0.0.GA
>
>
> Node.putAll(Map<K, V>) should probably be Node.putAll(Map<? extends K,? extends V>) to match the signature of Map.putAll(...) .

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosscache-issues mailing list