Skip to content

Commit

Permalink
Fixed delete functionality #3921
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrys committed Aug 16, 2017
1 parent 585b2b5 commit fd8c8b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ public void saveInputStream(InputStream inputStream) throws IOException {

@Override
public void delete() throws IOException {
open();
if (key == null) {
throw new IOException("Failed to delete the object because the key was null");
}
Expand Down

0 comments on commit fd8c8b8

Please sign in to comment.