Skip to content

Commit

Permalink
use {@link ...} to be redirected correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
机智的路易 authored Jul 13, 2022
1 parent fbe1ff3 commit 7d10d2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.util.concurrent.locks.AbstractQueuedSynchronizer;

/**
* Add reset feature for @see java.util.concurrent.CountDownLatch
* Add reset feature for {@link java.util.concurrent.CountDownLatch}
*/
public class ResettableCountDownLatch {
private final Sync sync;
Expand Down

0 comments on commit 7d10d2f

Please sign in to comment.