Fix warnings due to unused import statements

Issue: SPR-9431
This commit is contained in:
Chris Beams
2013-01-04 11:04:54 +01:00
parent 03517871a6
commit 51b307681a
10 changed files with 22 additions and 21 deletions

View File

@@ -41,7 +41,6 @@ import org.springframework.beans.factory.support.ManagedList;
import org.springframework.beans.factory.support.ManagedMap;
import org.springframework.beans.factory.support.ManagedSet;
import org.springframework.beans.factory.support.RootBeanDefinition;
import org.springframework.context.support.PropertySourcesPlaceholderConfigurer;
import org.springframework.core.io.Resource;
import org.springframework.mock.web.test.MockServletContext;