Skip to content

Commit f7de2e6

Browse files
Fix failing test caused by an imprecission in the stubber
1 parent 0e8dd9f commit f7de2e6

File tree

1 file changed

+1
-1
lines changed
  • java/ql/test/stubs/springframework-5.3.8/org/springframework/web/multipart

1 file changed

+1
-1
lines changed

java/ql/test/stubs/springframework-5.3.8/org/springframework/web/multipart/MultipartFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public interface MultipartFile extends InputStreamSource {
9494
* @throws IOException in case of access errors (if the temporary store fails)
9595
*/
9696
@Override
97-
InputStream getInputStream() throws IOException;
97+
InputStream getInputStream(); // throws IOException;
9898

9999
/**
100100
* Return a Resource representation of this MultipartFile. This can be used

0 commit comments

Comments
 (0)