spring-framework/spring-beans/src
Phillip Webb c9aace4da2 Skip convert to Object from TypeConverterDelegate
Update TypeConverterDelegate to bypass conversion when the target type
is Object.class. Prior to this commit converting a single element array
to an Object would result in the element being returned, rather than
the array itself.

Issue: SPR-10996
2013-10-18 17:19:41 -07:00
..
main Skip convert to Object from TypeConverterDelegate 2013-10-18 17:19:41 -07:00
test Skip convert to Object from TypeConverterDelegate 2013-10-18 17:19:41 -07:00