Skip to content

Commit aa97010

Browse files
committed
Remove redundant method, is in superclass of alias
1 parent d50bef1 commit aa97010

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/org/codehaus/plexus/archiver/tar/PlexusIoTGZFileResourceCollection.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,4 @@
1111
public class PlexusIoTGZFileResourceCollection
1212
extends PlexusIoTarGZipFileResourceCollection
1313
{
14-
15-
@Override
16-
protected TarFile newTarFile( File file )
17-
{
18-
return new GZipTarFile( file );
19-
}
20-
2114
}

0 commit comments

Comments
 (0)