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

daxia updated COLLECTIONS-252:
------------------------------

    Description: 
The LRUMap' method  removeLRU is for Subclass method.
but removeLRU(LinkEntry entry)
The LinkEntry is the intenal class (protected static class LinkEntry extends 
HashEntry)
This prevent other user  override this method with different package.

LinkEntry  full name:
org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry


  was:
The LRUMap' method  removeLRU is for Subclass method.
but removeLRU(LinkEntry entry)
The LinkEntry is the intenal class (protected static class LinkEntry extends 
HashEntry)
This prevent other user  override this method with different package.



protected static class LinkEntry extends HashEntry

change to:
public static class LinkEntry extends HashEntry



> LinkEntry  should public class
> ------------------------------
>
>                 Key: COLLECTIONS-252
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-252
>             Project: Commons Collections
>          Issue Type: Improvement
>          Components: Map
>    Affects Versions: 3.2
>            Reporter: daxia
>
> The LRUMap' method  removeLRU is for Subclass method.
> but removeLRU(LinkEntry entry)
> The LinkEntry is the intenal class (protected static class LinkEntry extends 
> HashEntry)
> This prevent other user  override this method with different package.
> LinkEntry  full name:
> org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to