Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Dec 19, 2024
1 parent b13aa66 commit 9fd5ff5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public static boolean initConfig(BaseConfig config) {
if (config.getObfuscateChars() == null ||
config.getObfuscateChars().length < 3) {
logger.warn("obfuscate chars length too small");
logger.warn("Obfuscate chars use default: i l L 1 I");
NameUtil.CHAR_POOL = new String[]{"i", "l", "L", "1", "I"};
} else {
String[] data = new String[config.getObfuscateChars().length];
Expand Down

0 comments on commit 9fd5ff5

Please sign in to comment.