Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CyC2018 committed Nov 19, 2020
1 parent efc0bcd commit 68a522b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notes/Java 并发.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ public static void main(String[] args) {
WaitNotifyExample example = new WaitNotifyExample();
executorService.execute(() -> example.after());
executorService.execute(() -> example.before());
executorService.shutdown();
}
```

Expand Down

0 comments on commit 68a522b

Please sign in to comment.