no message
This commit is contained in:
@@ -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) {
|
||||||
//--
|
//--
|
||||||
|
|||||||
Reference in New Issue
Block a user