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:
Thomas Neidhart 2013-05-14 19:52:43 +00:00
parent ee7ed6e655
commit 3b57c46c76
1 changed files with 1 additions and 1 deletions

View File

@ -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 {