Clean up warnings in spring-test
This commit is contained in:
parent
ae034e9afe
commit
871f5efeaa
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue