We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe1ff3 commit 7d10d2fCopy full SHA for 7d10d2f
src/main/java/io/openmessaging/storage/dledger/utils/ResettableCountDownLatch.java
@@ -20,7 +20,7 @@
20
import java.util.concurrent.locks.AbstractQueuedSynchronizer;
21
22
/**
23
- * Add reset feature for @see java.util.concurrent.CountDownLatch
+ * Add reset feature for {@link java.util.concurrent.CountDownLatch}
24
*/
25
public class ResettableCountDownLatch {
26
private final Sync sync;
0 commit comments