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

Elias Ross (JIRA) jira-events at lists.jboss.org
Fri Aug 22 18:22:39 EDT 2008


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


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