Skip to content

Commit 53f1ea2

Browse files
authored
Fix a couple of typos in JavaDocs for JctCompiler.java
[skip ci] Signed-off-by: Ashley <[email protected]>
1 parent 6ed153d commit 53f1ea2

File tree

1 file changed

+2
-2
lines changed
  • java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers

1 file changed

+2
-2
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers/JctCompiler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ default JctCompiler release(SourceVersion release) {
634634
*
635635
* <p>For example, running this on JRE 19 would set the release to "19".
636636
*
637-
* <p>This calls {@link #release(int) internally}.
637+
* <p>This calls {@link #release(int)} internally.
638638
*
639639
* @return this compiler object for further call chaining.
640640
* @throws UnsupportedOperationException if the current JVM version does not correspond to a
@@ -808,7 +808,7 @@ default JctCompiler target(SourceVersion target) {
808808
*
809809
* <p>This enables correct classpath and module path detection when the test pack is a module but
810810
* the code being compiled in the test is not, and vice versa. We need this because many build
811-
* systems decide whether to populate the {@code --module-path} flat or the {@code --classpath}
811+
* systems decide whether to populate the {@code --module-path} or the {@code --classpath}
812812
* with JPMS-enabled dependencies based on whether the project under compilation is a JPMS module
813813
* itself.
814814
*

0 commit comments

Comments
 (0)