From 0997b2ef16b084a48c308efbaee8e4f9516c5f15 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 27 Jun 2011 21:37:34 +0000 Subject: [PATCH] javadoc update git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4633 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../core/convert/support/ArrayToObjectConverter.java | 1 - 1 file changed, 1 deletion(-) 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 966b0e05d2f..0fe7f7d7119 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