Skip to content

Commit 68a522b

Browse files
committed
auto commit
1 parent efc0bcd commit 68a522b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notes/Java 并发.md

-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ public static void main(String[] args) {
613613
WaitNotifyExample example = new WaitNotifyExample();
614614
executorService.execute(() -> example.after());
615615
executorService.execute(() -> example.before());
616-
executorService.shutdown();
617616
}
618617
```
619618

0 commit comments

Comments
 (0)