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..7c715299d 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 @@ -595,7 +595,7 @@ default C target(SourceVersion target) { * on the module path. * *

Unless otherwise changed or specified, implementations should default to - * {@link #DEFAULT_FIX_JVM_MODULEPATH_MISMATCH}. + * {@link #DEFAULT_FIX_JVM_MODULE_PATH_MISMATCH}. * * @param fixJvmModulePathMismatch whether to enable the mismatch fixing or not. * @return this compiler object for further call chaining.