Browse Source

Deleting unused imports.

pull/23217/head
Sam Brannen 17 years ago
parent
commit
f8dd5fb5dc
  1. 1
      org.springframework.context/src/test/java/org/springframework/validation/DataBinderTests.java

1
org.springframework.context/src/test/java/org/springframework/validation/DataBinderTests.java

@ -43,7 +43,6 @@ import org.springframework.beans.propertyeditors.CustomNumberEditor; @@ -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;

Loading…
Cancel
Save