auto commit
This commit is contained in:
@ -613,7 +613,6 @@ public static void main(String[] args) {
|
||||
WaitNotifyExample example = new WaitNotifyExample();
|
||||
executorService.execute(() -> example.after());
|
||||
executorService.execute(() -> example.before());
|
||||
executorService.shutdown();
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user