This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
commit 0f153b9dcfec0dd272d995ba578acd2ccd412e68
Author: Thomas <liuyongzhi0218@gmail.com>
AuthorDate: Thu Nov 1 17:30:12 2018 +0800
Update CountDownLatch2.java
---
common/src/main/java/org/apache/rocketmq/common/CountDownLatch2.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/src/main/java/org/apache/rocketmq/common/CountDownLatch2.java b/common/src/main/java/org/apache/rocketmq/common/CountDownLatch2.java
index de1d548..9c95fff 100644
--- a/common/src/main/java/org/apache/rocketmq/common/CountDownLatch2.java
+++ b/common/src/main/java/org/apache/rocketmq/common/CountDownLatch2.java
@@ -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;
|