mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-31 02:20:15 +08:00
Update CountDownLatch2.java
This commit is contained in:
@@ -21,7 +21,7 @@ import java.util.concurrent.TimeUnit;
|
||||
import java.util.concurrent.locks.AbstractQueuedSynchronizer;
|
||||
|
||||
/**
|
||||
* Add reset feature for @see java.util.concurrent.CountDownLatch2
|
||||
* Add reset feature for @see java.util.concurrent.CountDownLatch
|
||||
*/
|
||||
public class CountDownLatch2 {
|
||||
private final Sync sync;
|
||||
|
||||
Reference in New Issue
Block a user