auto commit

This commit is contained in:
CyC2018 2020-11-20 01:43:00 +08:00
parent efc0bcd1d6
commit 68a522b872

View File

@ -613,7 +613,6 @@ public static void main(String[] args) {
WaitNotifyExample example = new WaitNotifyExample();
executorService.execute(() -> example.after());
executorService.execute(() -> example.before());
executorService.shutdown();
}
```