You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2012/08/26 21:39:33 UTC

svn commit: r1377496 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/map/PassiveExpiringMap.java

Author: tn
Date: Sun Aug 26 19:39:33 2012
New Revision: 1377496

URL: http://svn.apache.org/viewvc?rev=1377496&view=rev
Log:
Added svn:keywords.

Modified:
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/map/PassiveExpiringMap.java   (contents, props changed)

Modified: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/map/PassiveExpiringMap.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/map/PassiveExpiringMap.java?rev=1377496&r1=1377495&r2=1377496&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/map/PassiveExpiringMap.java (original)
+++ commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/map/PassiveExpiringMap.java Sun Aug 26 19:39:33 2012
@@ -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 {

Propchange: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/map/PassiveExpiringMap.java
------------------------------------------------------------------------------
    svn:keywords = Date Id Revision HeadURL