Skip to content

Commit 7b150c0

Browse files
committed
chore: set constant as final
1 parent 87bca8d commit 7b150c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fj-doc-mod-fop/src/main/java/org/fugerit/java/doc/mod/fop/utils/ConfigUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class ConfigUtils {
1212

1313
private ConfigUtils() {}
1414

15-
public static Consumer<Boolean> LEGACY_CLASS_LOADER_MODE_CONFIG_HANDLER = error -> {
15+
public static final Consumer<Boolean> LEGACY_CLASS_LOADER_MODE_CONFIG_HANDLER = error -> {
1616
log.warn( "Deprecated legacy class loader mode : classloader-legacy" );
1717
if ( error ) {
1818
throw new ConfigRuntimeException( "Deprecated config mode, see github fugerit-org/fj-doc repository, issue 65" );

0 commit comments

Comments
 (0)