fix
This commit is contained in:
@@ -72,4 +72,8 @@ public class UnzipFolderPass<T> extends Pass<T> {
|
||||
zipFile.close();
|
||||
// unpack();
|
||||
}
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Распаковка папки";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,4 +69,8 @@ public class ZipFolderPass extends Pass {
|
||||
protected boolean validate() {
|
||||
return new File(dst).exists();
|
||||
}
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Архивация папки";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user