Update svn keywords

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1453039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-03-05 22:11:14 +00:00
parent e15f419b0c
commit 22b85223d2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import org.apache.commons.collections.BulkTest;
/**
* JUnit tests.
*
* @version $Id $
* @version $Id$
*/
public class DualLinkedHashBidiMapTest<K, V> extends AbstractBidiMapTest<K, V> {