Skip to content

Commit

Permalink
Remove @OverRide from blobExists
Browse files Browse the repository at this point in the history
As of this commit[1] `blobExists` method has been removed from the
`BlobContainer` class.

[1]: elastic/elasticsearch@4b8fd4e
  • Loading branch information
avgerin0s committed Aug 13, 2020
1 parent 85bd4f7 commit 7515a20
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ protected SwiftBlobContainer(BlobPath path, SwiftBlobStore blobStore) {
/**
* Does a blob exist? Self-explanatory.
*/
@Override
public boolean blobExists(final String blobName) {
return SwiftPerms.exec(() -> blobStore.swift().getObject(buildKey(blobName)).exists());
}
Expand Down

0 comments on commit 7515a20

Please sign in to comment.