no message

This commit is contained in:
2025-04-03 19:14:55 +03:00
parent 419af0766e
commit f1a1ce0436

View File

@@ -76,11 +76,6 @@ public class SapforVersion_json implements Serializable {
out = new ProjectFile(Paths.get(Home.getAbsolutePath(), Constants.data, Constants.out_file).toFile()); out = new ProjectFile(Paths.get(Home.getAbsolutePath(), Constants.data, Constants.out_file).toFile());
err = new ProjectFile(Paths.get(Home.getAbsolutePath(), Constants.data, Constants.err_file).toFile()); err = new ProjectFile(Paths.get(Home.getAbsolutePath(), Constants.data, Constants.err_file).toFile());
//-- //--
Vector<File> out_files = new Vector<>();
out_files.add(parse_out.file);
out_files.add(parse_err.file);
out_files.add(out.file);
out_files.add(err.file);
} }
public void getFilesAndCheckState(File configurationRoot) { public void getFilesAndCheckState(File configurationRoot) {
//-- //--