Merge branch '5.3.x'

This commit is contained in:
Sam Brannen
2022-05-03 12:15:45 +02:00
2 changed files with 21 additions and 19 deletions

View File

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