removed accidental system.out commit
This commit is contained in:
parent
1ed03fc6ca
commit
2ef629d5a8
|
|
@ -986,7 +986,6 @@ public class BeanWrapperImpl extends AbstractPropertyAccessor implements BeanWra
|
|||
}
|
||||
}
|
||||
list.add(convertedValue);
|
||||
System.out.println(list);
|
||||
}
|
||||
}
|
||||
else if (propValue instanceof Map) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue