froehlich    02/01/20 04:24:40

  Modified:    simplestore/src/java/org/apache/commons/simplestore
                        SynchronizedStore.java Store.java
                        SoftRefMemoryStore.java MRUMemoryStore.java
                        JispStringKey.java JispFilesystemStore.java
  Log:
  added @version tag to the sourcefiles!
  
  Revision  Changes    Path
  1.3       +1 -1      
jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/SynchronizedStore.java
  
  Index: SynchronizedStore.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/SynchronizedStore.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SynchronizedStore.java    20 Jan 2002 12:13:37 -0000      1.2
  +++ SynchronizedStore.java    20 Jan 2002 12:24:40 -0000      1.3
  @@ -19,7 +19,7 @@
    *      [EMAIL PROTECTED]</a>
    * @author Gerhard Froehlich <a href="mailto:[EMAIL PROTECTED]";>
    *      [EMAIL PROTECTED]</a>
  - * @version $Revision: 1.2 $
  + * @version $Id: SynchronizedStore.java,v 1.3 2002/01/20 12:24:40 froehlich Exp $
    */
   final class SynchronizedStore 
   implements Store {
  
  
  
  1.9       +1 -0      
jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/Store.java
  
  Index: Store.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/Store.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Store.java        20 Jan 2002 12:13:37 -0000      1.8
  +++ Store.java        20 Jan 2002 12:24:40 -0000      1.9
  @@ -15,6 +15,7 @@
    *
    * @author Gerhard Froehlich <a href="mailto:[EMAIL PROTECTED]";>
    *      [EMAIL PROTECTED]</a>
  + * @version $Id: MemoryStash.java,v 1.2 2001/05/18 19:32:46 rwaldhoff Exp $
    */
   public interface Store extends Map {
       
  
  
  
  1.3       +1 -1      
jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/SoftRefMemoryStore.java
  
  Index: SoftRefMemoryStore.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/SoftRefMemoryStore.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SoftRefMemoryStore.java   20 Jan 2002 12:13:37 -0000      1.2
  +++ SoftRefMemoryStore.java   20 Jan 2002 12:24:40 -0000      1.3
  @@ -20,7 +20,7 @@
    *      [EMAIL PROTECTED]</a>
    * @author Gerhard Froehlich <a href="mailto:[EMAIL PROTECTED]";>
    *      [EMAIL PROTECTED]</a>
  - * @version $Revision: 1.2 $
  + * @version $Id: SoftRefMemoryStore.java,v 1.3 2002/01/20 12:24:40 froehlich Exp $
    */
   public class SoftRefMemoryStore
   implements Store {
  
  
  
  1.10      +1 -0      
jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/MRUMemoryStore.java
  
  Index: MRUMemoryStore.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/MRUMemoryStore.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- MRUMemoryStore.java       20 Jan 2002 12:13:37 -0000      1.9
  +++ MRUMemoryStore.java       20 Jan 2002 12:24:40 -0000      1.10
  @@ -22,6 +22,7 @@
    *
    * @author Gerhard Froehlich <a href="mailto:[EMAIL PROTECTED]";>
    *      [EMAIL PROTECTED]</a>
  + * @version $Id: MemoryStash.java,v 1.2 2001/05/18 19:32:46 rwaldhoff Exp $
    */
   public final class MRUMemoryStore
   implements Store {
  
  
  
  1.8       +1 -0      
jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/JispStringKey.java
  
  Index: JispStringKey.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/JispStringKey.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- JispStringKey.java        15 Jan 2002 19:54:24 -0000      1.7
  +++ JispStringKey.java        20 Jan 2002 12:24:40 -0000      1.8
  @@ -19,6 +19,7 @@
    *
    * @author Gerhard Froehlich <a href="mailto:[EMAIL PROTECTED]";>
    *      [EMAIL PROTECTED]</a>
  + * @version $Id: MemoryStash.java,v 1.2 2001/05/18 19:32:46 rwaldhoff Exp $
    */
   
   final class JispStringKey extends KeyObject {
  
  
  
  1.11      +8 -7      
jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/JispFilesystemStore.java
  
  Index: JispFilesystemStore.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/JispFilesystemStore.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- JispFilesystemStore.java  20 Jan 2002 12:13:37 -0000      1.10
  +++ JispFilesystemStore.java  20 Jan 2002 12:24:40 -0000      1.11
  @@ -1,10 +1,10 @@
  -/**
  - *  Copyright (C) The Apache Software Foundation. All rights reserved. *
  - *  ------------------------------------------------------------------------- *
  - *  This software is published under the terms of the Apache Software License *
  - *  version 1.1, a copy of which has been included with this distribution in *
  - *  the LICENSE file. *
  - */
  +/*****************************************************************************
  + * Copyright (C) The Apache Software Foundation. All rights reserved.        *
  + * ------------------------------------------------------------------------- *
  + * This software is published under the terms of the Apache Software License *
  + * version 1.1, a copy of which has been included  with this distribution in *
  + * the LICENSE file.                                                         *
  + *****************************************************************************/
   
   package org.apache.commons.simplestore;
   
  @@ -28,6 +28,7 @@
    *
    * @author Gerhard Froehlich <a href="mailto:[EMAIL PROTECTED]";>
    *      [EMAIL PROTECTED]</a>
  + * @version $Id: MemoryStash.java,v 1.2 2001/05/18 19:32:46 rwaldhoff Exp $
    */
   
   public final class JispFilesystemStore
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to