This commit is contained in:
2024-10-14 02:25:07 +03:00
parent 031ae09a4b
commit 69173eb2b8
5 changed files with 15 additions and 13 deletions

View File

@@ -72,4 +72,8 @@ public class UnzipFolderPass<T> extends Pass<T> {
zipFile.close();
// unpack();
}
@Override
public String getDescription() {
return "Распаковка папки";
}
}