We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea68115 commit 90b794bCopy full SHA for 90b794b
1 file changed
rate-limiting-pattern/src/main/java/com/iluwatar/rate/limiting/pattern/App.java
@@ -104,9 +104,6 @@ public static void main(String[] args) {
104
Thread.currentThread().interrupt();
105
} finally {
106
running.set(false);
107
- if (tb != null) {
108
- tb.shutdown();
109
- }
110
shutdownExecutor(executor, "mainExecutor");
111
shutdownExecutor(statsPrinter, "statsPrinter");
112
printFinalStats();
0 commit comments