fix compilation

pull/605/head
jackygurui 9 years ago
parent e0b2c9c643
commit fe5164e2c5

@ -146,7 +146,7 @@ public class AccessorInterceptor {
fieldName,
arg),
entry.getValue());
} else if (obj instanceof Collection) {
if (obj instanceof Collection) {
((Collection) obj).addAll((Collection) arg);
} else {
((Map) obj).putAll((Map) arg);

Loading…
Cancel
Save