mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
Suppress warning in test
This commit is contained in:
+1
@@ -387,6 +387,7 @@ public class MultipartControllerTests {
|
||||
return file;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public void setFile(MultipartFile file) {
|
||||
this.file = file;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user