Fix version tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1482539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee7ed6e655
commit
3b57c46c76
|
@ -31,7 +31,7 @@ import java.util.Map;
|
|||
* Two <code>LinkedHashMap</code> instances are used in this class.
|
||||
* This provides fast lookups at the expense of storing two sets of map entries and two linked lists.
|
||||
*
|
||||
* @version $Id $
|
||||
* @version $Id$
|
||||
* @since 4.0
|
||||
*/
|
||||
public class DualLinkedHashBidiMap<K, V> extends AbstractDualBidiMap<K, V> implements Serializable {
|
||||
|
|
Loading…
Reference in New Issue