removed accidental system.out commit

This commit is contained in:
Keith Donald 2011-01-07 16:18:04 +00:00
parent 1ed03fc6ca
commit 2ef629d5a8
1 changed files with 0 additions and 1 deletions

View File

@ -986,7 +986,6 @@ public class BeanWrapperImpl extends AbstractPropertyAccessor implements BeanWra
}
}
list.add(convertedValue);
System.out.println(list);
}
}
else if (propValue instanceof Map) {