Fix PMD violations #327
This commit is contained in:
@ -65,6 +65,7 @@ public class App {
|
||||
// All tasks were executed, now shutdown
|
||||
executor.shutdown();
|
||||
while (!executor.isTerminated()) {
|
||||
Thread.yield();
|
||||
}
|
||||
System.out.println("Program finished");
|
||||
}
|
||||
|
Reference in New Issue
Block a user