no message

This commit is contained in:
2023-11-23 22:38:21 +03:00
parent b3401bfe1c
commit 509c858b1a
10 changed files with 89 additions and 173 deletions

View File

@@ -63,10 +63,12 @@ public class CreateGroupFromDirectory extends Pass_2021<Group> {
}
@Override
protected void body() throws Exception {
/*
for (File file : files) {
ShowMessage1("создание проекта: "+file.getName());
passes.get(PassCode_2021.CreateTestFromDirectory).Do(file, group_id);
}
*/
}
@Override
protected void performFinish() throws Exception {