We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8dd9f commit f7de2e6Copy full SHA for f7de2e6
java/ql/test/stubs/springframework-5.3.8/org/springframework/web/multipart/MultipartFile.java
@@ -94,7 +94,7 @@ public interface MultipartFile extends InputStreamSource {
94
* @throws IOException in case of access errors (if the temporary store fails)
95
*/
96
@Override
97
- InputStream getInputStream() throws IOException;
+ InputStream getInputStream(); // throws IOException;
98
99
/**
100
* Return a Resource representation of this MultipartFile. This can be used
0 commit comments