cziegeler    2003/08/27 04:38:20

  Modified:    store/src/java/org/apache/excalibur/store/impl JispKey.java
                        AbstractFilesystemStore.java
  Removed:     store/src/java/org/apache/excalibur/store/impl
                        JispStringKey.java
  Log:
  Remove obsolete code and fix docs
  
  Revision  Changes    Path
  1.5       +4 -6      
avalon-excalibur/store/src/java/org/apache/excalibur/store/impl/JispKey.java
  
  Index: JispKey.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/store/src/java/org/apache/excalibur/store/impl/JispKey.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JispKey.java      12 Aug 2003 15:55:34 -0000      1.4
  +++ JispKey.java      27 Aug 2003 11:38:20 -0000      1.5
  @@ -59,8 +59,6 @@
   /**
    * Wrapper class for Keys to be compatible with the
    * Jisp KeyObject.
  - * This will hopefully soon replace the JispStringKey implementation
  - * IT'S NOT FINISHED YET, PLEASE DON'T USE IT !!!!
    * 
    * @author <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a>
    * @version CVS $Id$
  @@ -78,9 +76,9 @@
       }
       
       /**
  -     *  Constructor for the JispStringKey object
  +     *  Constructor for the JispKey object
        *
  -     * @param keyValue the Value of the Key as String
  +     * @param keyValue the key
        */
       public JispKey(Object keyValue) 
       {
  @@ -88,7 +86,7 @@
       }
   
       /**
  -     * Compares two String Keys
  +     * Compares two Keys
        *
        * @param key the KeyObject to be compared
        * @return 0 if equal, 1 if greater, -1 if less
  
  
  
  1.12      +1 -2      
avalon-excalibur/store/src/java/org/apache/excalibur/store/impl/AbstractFilesystemStore.java
  
  Index: AbstractFilesystemStore.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/store/src/java/org/apache/excalibur/store/impl/AbstractFilesystemStore.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- AbstractFilesystemStore.java      25 Aug 2003 09:50:56 -0000      1.11
  +++ AbstractFilesystemStore.java      27 Aug 2003 11:38:20 -0000      1.12
  @@ -380,7 +380,6 @@
       public synchronized Object getObject(final Object key)
       throws IOException, ClassNotFoundException
       {
  -        Object value = null;
           Sync sync = this.lock.writeLock();
           try
           {
  
  
  

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

Reply via email to