You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by im...@apache.org on 2004/05/14 20:35:37 UTC

cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs FilesCache.java

imario      2004/05/14 11:35:37

  Modified:    vfs/src/java/org/apache/commons/vfs/cache
                        DefaultFilesCache.java NullFilesCache.java
                        SoftRefFilesCache.java
               vfs/src/java/org/apache/commons/vfs FilesCache.java
  Log:
  renamed accessFile to touchFile
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/cache/DefaultFilesCache.java
  
  Index: DefaultFilesCache.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/cache/DefaultFilesCache.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DefaultFilesCache.java	10 May 2004 20:09:47 -0000	1.3
  +++ DefaultFilesCache.java	14 May 2004 18:35:37 -0000	1.4
  @@ -76,7 +76,7 @@
           files.remove(name);
       }
   
  -    public void accessFile(FileObject file)
  +    public void touchFile(FileObject file)
       {
       }
   }
  
  
  
  1.4       +2 -2      jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/cache/NullFilesCache.java
  
  Index: NullFilesCache.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/cache/NullFilesCache.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NullFilesCache.java	10 May 2004 20:09:48 -0000	1.3
  +++ NullFilesCache.java	14 May 2004 18:35:37 -0000	1.4
  @@ -56,7 +56,7 @@
       {
       }
   
  -    public void accessFile(FileObject file)
  +    public void touchFile(FileObject file)
       {
       }
   }
  
  
  
  1.4       +2 -2      jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/cache/SoftRefFilesCache.java
  
  Index: SoftRefFilesCache.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/cache/SoftRefFilesCache.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SoftRefFilesCache.java	10 May 2004 20:09:48 -0000	1.3
  +++ SoftRefFilesCache.java	14 May 2004 18:35:37 -0000	1.4
  @@ -194,7 +194,7 @@
           removeFile(new FileSystemAndNameKey(filesystem, name));
       }
   
  -    public void accessFile(FileObject file)
  +    public void touchFile(FileObject file)
       {
       }
   
  
  
  
  1.4       +2 -2      jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/FilesCache.java
  
  Index: FilesCache.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/FilesCache.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FilesCache.java	10 May 2004 20:09:45 -0000	1.3
  +++ FilesCache.java	14 May 2004 18:35:37 -0000	1.4
  @@ -63,5 +63,5 @@
        *
        * @param file filename
        */
  -    public void accessFile(final FileObject file);
  +    // public void touchFile(final FileObject file);
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org