Suppress warning in test

This commit is contained in:
Sam Brannen
2022-05-03 11:46:47 +02:00
parent f0d149b330
commit afa799b4f0

View File

@@ -387,6 +387,7 @@ public class MultipartControllerTests {
return file;
}
@SuppressWarnings("unused")
public void setFile(MultipartFile file) {
this.file = file;
}