We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bca8d commit 7b150c0Copy full SHA for 7b150c0
fj-doc-mod-fop/src/main/java/org/fugerit/java/doc/mod/fop/utils/ConfigUtils.java
@@ -12,7 +12,7 @@ public class ConfigUtils {
12
13
private ConfigUtils() {}
14
15
- public static Consumer<Boolean> LEGACY_CLASS_LOADER_MODE_CONFIG_HANDLER = error -> {
+ public static final Consumer<Boolean> LEGACY_CLASS_LOADER_MODE_CONFIG_HANDLER = error -> {
16
log.warn( "Deprecated legacy class loader mode : classloader-legacy" );
17
if ( error ) {
18
throw new ConfigRuntimeException( "Deprecated config mode, see github fugerit-org/fj-doc repository, issue 65" );
0 commit comments