no message
This commit is contained in:
@@ -3,7 +3,7 @@ import _VisualDVM.Constants;
|
||||
import _VisualDVM.Current;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.GlobalData.RemoteFile.RemoteFile;
|
||||
public class ShowSapforCompilationOut extends ShowTestingServerFile{
|
||||
public class ShowSapforCompilationOut extends ShowTestingServerFile {
|
||||
@Override
|
||||
protected int getTimeout() {
|
||||
return super.getTimeout();
|
||||
@@ -18,7 +18,7 @@ public class ShowSapforCompilationOut 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.out_file));
|
||||
|
||||
Reference in New Issue
Block a user