Polishing

(cherry picked from commit 0028b29)
This commit is contained in:
Juergen Hoeller
2016-12-01 19:09:26 +01:00
parent 300f2cd2dd
commit f6fc0a86b3
5 changed files with 11 additions and 14 deletions

View File

@@ -45,10 +45,7 @@ import org.junit.BeforeClass;
import org.springframework.http.MediaType;
import org.springframework.util.FileCopyUtils;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.*;
/**
* @author Arjen Poutsma