Skip to content

Commit

Permalink
注释掉无效代码
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzq7 committed Oct 28, 2022
1 parent 9320eed commit fec563a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/alibaba/fastjson/JSONPath.java
Original file line number Diff line number Diff line change
Expand Up @@ -4086,7 +4086,7 @@ protected void deepSet(final Object currentObject, final String propertyName, lo
Map map = (Map) currentObject;

if (map.containsKey(propertyName)) {
Object val = map.get(propertyName);
// Object val = map.get(propertyName);
map.put(propertyName, value);
return;
}
Expand Down

0 comments on commit fec563a

Please sign in to comment.