|
@@ -73,15 +73,6 @@ public final class ExitUtil {
|
|
firstExitException = null;
|
|
firstExitException = null;
|
|
}
|
|
}
|
|
|
|
|
|
- /**
|
|
|
|
- * Reset the tracking of process termination. This is for use
|
|
|
|
- * in unit tests where one test in the suite expects an exit
|
|
|
|
- * but others do not.
|
|
|
|
- */
|
|
|
|
- public static void resetFirstExitException() {
|
|
|
|
- firstExitException = null;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* Terminate the current process. Note that terminate is the *only* method
|
|
* Terminate the current process. Note that terminate is the *only* method
|
|
* that should be used to terminate the daemon processes.
|
|
* that should be used to terminate the daemon processes.
|