mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Fix failing test caused by an imprecission in the stubber
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user