Remove the debug after fixing the issue
This commit is contained in:
parent
9feebd4582
commit
7988bcdf12
1 changed files with 1 additions and 6 deletions
|
@ -127,12 +127,7 @@ public class DelayedExecutorService {
|
||||||
|
|
||||||
private static void stopRepeatingThread()
|
private static void stopRepeatingThread()
|
||||||
{
|
{
|
||||||
repeater.shutdown();
|
repeater.shutdownNow();
|
||||||
try {
|
|
||||||
repeater.awaitTermination(1L, TimeUnit.SECONDS);
|
|
||||||
}catch(Exception e){
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
repeater=null; // Dispose of so the threads get torn down and the program can stop successfully
|
repeater=null; // Dispose of so the threads get torn down and the program can stop successfully
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue