File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
server/src/main/java/org/opensearch/common/blobstore Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments