Skip to content

Commit 64223ee

Browse files
authored
Fix broken link doclet tags in VersionStrategy.java
Signed-off-by: ascopes <[email protected]>
1 parent 2427ee6 commit 64223ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/junit/VersionStrategy.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public enum VersionStrategy {
3939
),
4040

4141
/**
42-
* Set the {@link JctCompiler#source} source}.
42+
* Set the {@link JctCompiler#source source}.
4343
*/
4444
SOURCE(
4545
(compiler, version) -> compiler
@@ -48,7 +48,7 @@ public enum VersionStrategy {
4848
),
4949

5050
/**
51-
* Set the {@link JctCompiler#target} target}.
51+
* Set the {@link JctCompiler#target target}.
5252
*/
5353
TARGET(
5454
(compiler, version) -> compiler

0 commit comments

Comments
 (0)