diff --git a/org.springframework.core/src/main/java/org/springframework/core/convert/support/ArrayToObjectConverter.java b/org.springframework.core/src/main/java/org/springframework/core/convert/support/ArrayToObjectConverter.java index 966b0e05d2..0fe7f7d711 100644 --- a/org.springframework.core/src/main/java/org/springframework/core/convert/support/ArrayToObjectConverter.java +++ b/org.springframework.core/src/main/java/org/springframework/core/convert/support/ArrayToObjectConverter.java @@ -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