Skip to content

Commit

Permalink
CR: fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
original-brownbear committed Apr 1, 2019
1 parent 8f2c20f commit d6423d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public interface BlobContainer {
void writeBlobAtomic(String blobName, InputStream inputStream, long blobSize, boolean failIfAlreadyExists) throws IOException;

/**
* Deletes a blob with giving name, if the blob exists. If the blob does not exist,
* Deletes the blob the given name, if the blob exists. If the blob does not exist,
* this method throws a NoSuchFileException.
*
* @param blobName
Expand Down

0 comments on commit d6423d7

Please sign in to comment.