Added svn:keywords.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377496 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-08-26 19:39:33 +00:00
parent dbf6b5ced0
commit 73d8eab106
1 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ import java.util.concurrent.TimeUnit;
* @param <K> the type of the keys in the map
* @param <V> the type of the values in the map
* @since 4.0
* @version $Id: $
* @version $Id$
*/
public class PassiveExpiringMap<K, V>
extends AbstractMapDecorator<K, V>
@ -71,7 +71,7 @@ public class PassiveExpiringMap<K, V>
* @param <K> the type of the keys in the map
* @param <V> the type of the values in the map
* @since 4.0
* @version $Id: $
* @version $Id$
*/
public static class ConstantTimeToLiveExpirationPolicy<K, V>
implements ExpirationPolicy<K, V> {
@ -158,7 +158,7 @@ public class PassiveExpiringMap<K, V>
* @param <K> the key object type.
* @param <V> the value object type
* @since 4.0
* @version $Id: $
* @version $Id$
*/
public static interface ExpirationPolicy<K, V>
extends Serializable {