Skip to content

Commit

Permalink
awspring#1199 added noop implementation for compatibility with existi…
Browse files Browse the repository at this point in the history
…ng external implementations of the class
  • Loading branch information
Andrei committed Sep 18, 2024
1 parent f3e998a commit 11dd83b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ public abstract class S3OutputStream extends OutputStream {
/**
* Cancels the upload and cleans up temporal resources (temp files, partial multipart upload).
*/
public abstract void abort() throws IOException;
public void abort() throws IOException {
}
}

0 comments on commit 11dd83b

Please sign in to comment.