File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments