This commit is contained in:
Deadmoose
2011-04-04 22:31:20 -07:00
parent 7300e1be69
commit 71e3d2ca29
@@ -26,7 +26,7 @@ import sun.misc.SignalHandler;
/** /**
* A wrapper around Sun's internal signal handling bits that can be used to avoid a) an explicit * A wrapper around Sun's internal signal handling bits that can be used to avoid a) an explicit
* dependency on Sun's internal stuff (assuming they deprecate that and replace it with something * dependency on Sun's internal stuff (assuming they deprecate that and replace it with something
* actually supported some day) and b) a slew of unsuprressable warnings every time you compile * actually supported some day) and b) a slew of unsuppressable warnings every time you compile
* your project. * your project.
*/ */
public class SignalUtil public class SignalUtil