From c5cad86c6aebb9e68721f347434dbc673cbfe2da Mon Sep 17 00:00:00 2001 From: sohel-79 <108458109+sohel-79@users.noreply.github.com> Date: Thu, 8 Dec 2022 13:01:56 +0530 Subject: [PATCH] Update JctCompiler.java --- .../main/java/io/github/ascopes/jct/compilers/JctCompiler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers/JctCompiler.java b/java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers/JctCompiler.java index 053b79dde..bb74300f5 100644 --- a/java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers/JctCompiler.java +++ b/java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers/JctCompiler.java @@ -584,7 +584,7 @@ default C target(SourceVersion target) { * enabled, and only applies to the current JVM classpath and module path. * *

Unless otherwise changed or specified, implementations should default to - * {@link #DEFAULT_FIX_JVM_MODULEPATH_MISMATCH}. + * {@link #DEFAULT_FIX_JVM_MODULE_PATH_MISMATCH}. * * @return {@code true} if enabled, or {@code false} if disabled. */