Skip to content

Commit d6423d7

Browse files
CR: fix wording
1 parent 8f2c20f commit d6423d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/common/blobstore/BlobContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public interface BlobContainer {
9999
void writeBlobAtomic(String blobName, InputStream inputStream, long blobSize, boolean failIfAlreadyExists) throws IOException;
100100

101101
/**
102-
* Deletes a blob with giving name, if the blob exists. If the blob does not exist,
102+
* Deletes the blob the given name, if the blob exists. If the blob does not exist,
103103
* this method throws a NoSuchFileException.
104104
*
105105
* @param blobName

0 commit comments

Comments
 (0)