Skip to content

Commit

Permalink
3.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed May 17, 2021
1 parent cdd4a0d commit 2fffe7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snack3/src/main/java/org/noear/snack/to/ObjectToer.java
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ public Object analyseBean(Context ctx, ONode o, Class<?> target) throws Exceptio
Object rst = BeanUtil.newInstance(target);



// 遍历每个字段
for (FieldWrap f : ClassWrap.get(target).fieldAllWraps()) {
String key = f.name();
Expand Down

0 comments on commit 2fffe7a

Please sign in to comment.