From f8dd5fb5dce13e7bd3bd17faa1f37460aa35b23e Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 11 Nov 2009 21:14:25 +0000 Subject: [PATCH] Deleting unused imports. --- .../java/org/springframework/validation/DataBinderTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/org.springframework.context/src/test/java/org/springframework/validation/DataBinderTests.java b/org.springframework.context/src/test/java/org/springframework/validation/DataBinderTests.java index a4454f52a0..97eb1f7323 100644 --- a/org.springframework.context/src/test/java/org/springframework/validation/DataBinderTests.java +++ b/org.springframework.context/src/test/java/org/springframework/validation/DataBinderTests.java @@ -43,7 +43,6 @@ import org.springframework.beans.propertyeditors.CustomNumberEditor; import org.springframework.context.i18n.LocaleContextHolder; import org.springframework.context.support.ResourceBundleMessageSource; import org.springframework.context.support.StaticMessageSource; -import org.springframework.core.convert.support.DefaultConversionService; import org.springframework.format.number.NumberFormatter; import org.springframework.format.support.FormattingConversionService; import org.springframework.util.StringUtils;