Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public interface JctCompiler<C extends JctCompiler<C, R>, R extends JctCompilati
/**
* Default setting for fixing modules being placed on the classpath by mistake ({@code true}).
*/
boolean DEFAULT_FIX_JVM_MODULEPATH_MISMATCH = true;
boolean DEFAULT_FIX_JVM_MODULE_PATH_MISMATCH = true;

/**
* Default setting for inclusion of the current class path ({@code true}).
Expand Down Expand Up @@ -584,7 +584,7 @@ default C target(SourceVersion target) {
* enabled, and only applies to the current JVM classpath and module path.
*
* <p>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.
*/
Expand Down