javadoc update
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4633 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
f606eb3012
commit
0997b2ef16
|
|
@ -26,7 +26,6 @@ import org.springframework.core.convert.converter.ConditionalGenericConverter;
|
|||
|
||||
/**
|
||||
* Converts an Array to an Object by returning the first array element after converting it to the desired targetType.
|
||||
* This implementation first adapts the source Array to a List, then delegates to {@link CollectionToObjectConverter} to perform the target Object conversion.
|
||||
*
|
||||
* @author Keith Donald
|
||||
* @since 3.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue