Not logging command line in ProcessStoppedEvent

This commit is contained in:
huangyuhui
2018-08-17 22:10:11 +08:00
parent 53aecf38e0
commit 7c3853b0e6

View File

@@ -45,12 +45,4 @@ public class ProcessStoppedEvent extends Event {
public ManagedProcess getProcess() {
return process;
}
@Override
public String toString() {
return new ToStringBuilder(this)
.append("source", source)
.append("process", process)
.toString();
}
}