Deleting unused imports.

This commit is contained in:
Sam Brannen 2009-11-11 21:14:25 +00:00
parent 14495315a2
commit f8dd5fb5dc
1 changed files with 0 additions and 1 deletions

View File

@ -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;