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:40:15 UTC

svn commit: r1546268 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/compressed/CompressedFileFileSystem.java

Author: ggregory
Date: Thu Nov 28 03:40:14 2013
New Revision: 1546268

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

Modified:
    commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/compressed/CompressedFileFileSystem.java

Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/compressed/CompressedFileFileSystem.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/compressed/CompressedFileFileSystem.java?rev=1546268&r1=1546267&r2=1546268&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/compressed/CompressedFileFileSystem.java (original)
+++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/compressed/CompressedFileFileSystem.java Thu Nov 28 03:40:14 2013
@@ -39,13 +39,6 @@ public abstract class CompressedFileFile
         super(rootName, parentLayer, fileSystemOptions);
     }
 
-    @Override
-    public void init() throws FileSystemException
-    {
-        super.init();
-
-    }
-
     /**
      * Returns the capabilities of this file system.
      */