This commit is contained in:
Looly
2024-11-07 10:59:16 +08:00
parent 525866e9e7
commit 8e45c1f4fd
7 changed files with 154 additions and 54 deletions

View File

@@ -47,7 +47,7 @@ public class Dict extends CustomKeyMap<String, Object> implements TypeGetter<Str
/**
* 是否大小写不敏感
*/
private boolean caseInsensitive;
protected boolean caseInsensitive;
// --------------------------------------------------------------- Static method start