Clean up warnings in spring-test

This commit is contained in:
Sam Brannen 2017-01-26 01:27:15 +01:00
parent ae034e9afe
commit 871f5efeaa
1 changed files with 1 additions and 1 deletions

View File

@ -51,6 +51,7 @@ import static org.springframework.test.web.servlet.setup.MockMvcBuilders.standal
/**
* @author Rossen Stoyanchev
* @since 5.0
*/
public class MultipartControllerTests {
@ -99,7 +100,6 @@ public class MultipartControllerTests {
@Controller
@SuppressWarnings("unused")
private static class MultipartController {
@RequestMapping(value = "/test-multipartfile", method = RequestMethod.POST)