mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix bug #I4402K
This commit is contained in:
parent
89e412d985
commit
2e628b08c5
@ -155,6 +155,7 @@ public class MapProxy implements Map<Object, Object>, OptNullBasicTypeFromObject
|
||||
final String fieldName = StrUtil.removePreAndLowerFirst(methodName, 3);
|
||||
if (StrUtil.isNotBlank(fieldName)) {
|
||||
this.put(fieldName, args[0]);
|
||||
return proxy;
|
||||
}
|
||||
} else if ("equals".equals(methodName)) {
|
||||
return this.equals(args[0]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user