Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead.
730
stars
138
forks
source link
Add Override annotation to NGExitException #195
Closed
mrk-andreev closed 4 years ago
NGExitException extends SecurityException. Method overrides
printStackTrace
method should me annoteted with@Override
.