facebookarchive / nailgun

Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead.
https://github.com/facebook/nailgun
Other
730 stars 138 forks source link

Add Override annotation to NGExitException #195

Closed mrk-andreev closed 4 years ago

mrk-andreev commented 4 years ago

NGExitException extends SecurityException. Method overrides printStackTrace method should me annoteted with @Override.