no message

This commit is contained in:
2024-10-14 15:19:13 +03:00
parent 8eef367bd4
commit 5e09fb44ea
634 changed files with 3751 additions and 3263 deletions

View File

@@ -3,7 +3,7 @@ import _VisualDVM.Constants;
import _VisualDVM.Current;
import _VisualDVM.Global;
import _VisualDVM.GlobalData.RemoteFile.RemoteFile;
public class ShowSapforCompilationErr extends ShowTestingServerFile{
public class ShowSapforCompilationErr extends ShowTestingServerFile {
@Override
protected int getTimeout() {
return super.getTimeout();
@@ -18,7 +18,7 @@ public class ShowSapforCompilationErr extends ShowTestingServerFile{
}
@Override
protected boolean canStart(Object... args) throws Exception {
if (!Global.mainModule.Check(Log,Current.ServerSapfor)){
if (!Global.mainModule.Check(Log, Current.ServerSapfor)) {
return false;
}
return super.canStart("Поток ошибок", new RemoteFile(Global.mainModule.getServerSapfor().home_path, Constants.err_file));