This commit is contained in:
Reinhard Pointner 2015-03-27 07:10:42 +00:00
parent b96f1949b8
commit 84b29479e8
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ public class SevenZipExecutable implements ArchiveExtractor {
public void extract(File outputDir) throws IOException {
// e.g. 7z x -y -aos archive.7z
execute(get7zCommand(), "x", "-y", "-aos", archive.getPath(), "-o" + outputDir.getCanonicalPath());
}
public void extract(File outputDir, FileFilter filter) throws IOException {