javadoc update
This commit is contained in:
parent
c9d73e2bde
commit
8504830da1
|
|
@ -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.
|
* 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
|
* @author Keith Donald
|
||||||
* @since 3.0
|
* @since 3.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue