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.
--
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]