Fix Javadoc link.

This commit is contained in:
Gary Gregory 2021-11-15 08:31:35 -05:00
parent 525b1df56b
commit 9208f1d0b9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import java.util.concurrent.atomic.AtomicReference;
import org.junit.jupiter.api.Test;
/**
* Tests {@linkTriConsumer}.
* Tests {@link TriConsumer}.
*/
public class TriConsumerTest {