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:
parent
ef70e7408f
commit
e317d17ba3
|
@ -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> {
|
||||
|
||||
|
|
|
@ -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> {
|
||||
|
||||
|
|
Loading…
Reference in New Issue