Skip to content

Commit 7d10d2f

Browse files
author
机智的路易
authored
use {@link ...} to be redirected correctly
1 parent fbe1ff3 commit 7d10d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/openmessaging/storage/dledger/utils/ResettableCountDownLatch.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.concurrent.locks.AbstractQueuedSynchronizer;
2121

2222
/**
23-
* Add reset feature for @see java.util.concurrent.CountDownLatch
23+
* Add reset feature for {@link java.util.concurrent.CountDownLatch}
2424
*/
2525
public class ResettableCountDownLatch {
2626
private final Sync sync;

0 commit comments

Comments
 (0)