[ 
https://issues.apache.org/jira/browse/COMPRESS-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jukka Zitting resolved COMPRESS-92.
-----------------------------------

       Resolution: Duplicate
    Fix Version/s:     (was: 2.0)

This was already done in 1.3, I think.
                
> ZipFile.getEntries() should be generified.
> ------------------------------------------
>
>                 Key: COMPRESS-92
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-92
>             Project: Commons Compress
>          Issue Type: Improvement
>          Components: Archivers
>    Affects Versions: 1.0
>            Reporter: Sean Cote
>            Priority: Minor
>
> Right now, ZipFile.getEntries() simply returns Enumeration, but it should 
> return Enumeration<? extends ZipArchiveEntry> so that callers don't have to 
> cast the results, much like java.util.zip.ZipFile.entries().

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to