From b2bfaca96bcd2533a92666074d72f06d40e190f7 Mon Sep 17 00:00:00 2001 From: sohel-79 <108458109+sohel-79@users.noreply.github.com> Date: Thu, 8 Dec 2022 13:02:24 +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..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.