Skip to content

Commit 89282be

Browse files
committed
💡 Documenting source code.注释线程池
1 parent 0970db7 commit 89282be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/crossoverjie/concurrent/CustomThreadPoolTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static void main(String[] args) throws InterruptedException {
3232
pool.execute(new Worker(i + 100));
3333
}
3434

35-
//pool.shutdown();
35+
pool.shutdown();
3636
//pool.shutDownNow();
3737
//pool.execute(new Worker(100));
3838
LOGGER.info("++++++++++++++");

0 commit comments

Comments
 (0)