Fix import ordering

This commit is contained in:
Andy Wilkinson 2015-10-13 16:02:25 +01:00
parent 25e719f549
commit 3e79647b35
1 changed files with 1 additions and 1 deletions

View File

@ -60,9 +60,9 @@ import org.springframework.util.LinkedMultiValueMap;
import org.springframework.util.MultiValueMap;
import org.springframework.web.context.WebApplicationContext;
import static org.junit.Assert.assertEquals;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.notNullValue;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;