Fix failing test caused by an imprecission in the stubber

This commit is contained in:
Joe Farebrother
2021-07-15 15:15:37 +01:00
parent 0e8dd9f335
commit f7de2e64c5

View File

@@ -94,7 +94,7 @@ public interface MultipartFile extends InputStreamSource {
* @throws IOException in case of access errors (if the temporary store fails)
*/
@Override
InputStream getInputStream() throws IOException;
InputStream getInputStream(); // throws IOException;
/**
* Return a Resource representation of this MultipartFile. This can be used