From 73d8eab106e709ab9310138ea7167370d3ee2094 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Sun, 26 Aug 2012 19:39:33 +0000 Subject: [PATCH] Added svn:keywords. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377496 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/commons/collections/map/PassiveExpiringMap.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/collections/map/PassiveExpiringMap.java b/src/main/java/org/apache/commons/collections/map/PassiveExpiringMap.java index fea1c812c..0be932380 100644 --- a/src/main/java/org/apache/commons/collections/map/PassiveExpiringMap.java +++ b/src/main/java/org/apache/commons/collections/map/PassiveExpiringMap.java @@ -58,7 +58,7 @@ import java.util.concurrent.TimeUnit; * @param the type of the keys in the map * @param the type of the values in the map * @since 4.0 - * @version $Id: $ + * @version $Id$ */ public class PassiveExpiringMap extends AbstractMapDecorator @@ -71,7 +71,7 @@ public class PassiveExpiringMap * @param the type of the keys in the map * @param the type of the values in the map * @since 4.0 - * @version $Id: $ + * @version $Id$ */ public static class ConstantTimeToLiveExpirationPolicy implements ExpirationPolicy { @@ -158,7 +158,7 @@ public class PassiveExpiringMap * @param the key object type. * @param the value object type * @since 4.0 - * @version $Id: $ + * @version $Id$ */ public static interface ExpirationPolicy extends Serializable {