You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/11/28 04:18:09 UTC

svn commit: r1546264 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/cache/NullFilesCache.java

Author: ggregory
Date: Thu Nov 28 03:18:08 2013
New Revision: 1546264

URL: http://svn.apache.org/r1546264
Log:
Overriding method merely calls super.

Modified:
    commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/cache/NullFilesCache.java

Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/cache/NullFilesCache.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/cache/NullFilesCache.java?rev=1546264&r1=1546263&r2=1546264&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/cache/NullFilesCache.java (original)
+++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/cache/NullFilesCache.java Thu Nov 28 03:18:08 2013
@@ -56,12 +56,6 @@ public class NullFilesCache extends Abst
     }
 
     @Override
-    public void close()
-    {
-        super.close();
-    }
-
-    @Override
     public void removeFile(final FileSystem filesystem, final FileName name)
     {
     }