Add missing svn:keywords

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1633228 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2014-10-20 21:02:44 +00:00
parent ef70e7408f
commit e317d17ba3
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ import org.apache.commons.collections4.SetValuedMap;
* exceptions when accessed by concurrent threads without synchronization.
*
* @since 4.1
* @version $Id: $
* @version $Id$
*/
public class MultiValuedLinkedHashMap<K, V> extends AbstractMultiValuedMap<K, V> implements MultiValuedMap<K, V> {

View File

@ -34,7 +34,7 @@ import org.apache.commons.collections4.SetValuedMap;
* Test MultiValuedLinkedHashMap
*
* @since 4.1
* @version $Id: $
* @version $Id$
*/
public class MultiValuedLinkedHashMapTest<K, V> extends AbstractMultiValuedMapTest<K, V> {