Skip to content

Commit 9156621

Browse files
committed
Empty commit : Flaky rerun
1 parent 0111955 commit 9156621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ default long readBlobPreferredLength() {
141141
* this value is used in writing the blob to the repository.
142142
* @param failIfAlreadyExists
143143
* whether to throw a FileAlreadyExistsException if the given blob already exists
144-
* @param verificationTag Required identifier for conditional upload. The write will only succeed
144+
* @param verificationTag Required identifier for conditional upload. The write will only succeed
145145
* if this matches the remote store’s current identifier.
146-
* @param verificationTagListener Listener to receive the new identifier on success, or to be notified of failure.
146+
* @param verificationTagListener Listener to receive the new identifier on success, or to be notified of failure.
147147
* @throws FileAlreadyExistsException if failIfAlreadyExists is true and a blob by the same name already exists
148-
* @throws IOException if the input stream could not be read, the upload fails (including identifier mismatches), or the target blob
148+
* @throws IOException if the input stream could not be read, the upload fails (including identifier mismatches), or the target blob
149149
* could not be written to
150150
*/
151151
default void writeBlobIfVerified(

0 commit comments

Comments
 (0)