Remove useless imports

This commit is contained in:
Stephane Nicoll
2014-04-22 09:57:12 +02:00
parent 36456f0f62
commit 5559209233
29 changed files with 2 additions and 41 deletions

View File

@@ -25,8 +25,7 @@ import org.springframework.web.servlet.support.WebContentGenerator;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.*;
/**

View File

@@ -40,8 +40,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.context.request.ServletWebRequest;
import org.springframework.web.method.support.ModelAndViewContainer;
import static org.mockito.Mockito.*;
import static org.junit.Assert.*;
import static org.mockito.BDDMockito.*;
import static org.springframework.web.servlet.HandlerMapping.*;