Skip to content

Commit 483dd69

Browse files
author
Alexander Leyke
committed
VerifyEtagAndRetry - Alex - corrected comment
1 parent f6eb45f commit 483dd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/wikimedia/elasticsearch/swift/repositories/blobstore/SwiftBlobContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ private String buildKey(String blobName) {
300300
}
301301

302302
/**
303-
* Fetch a given blob into a BufferedInputStream
303+
* Fetch a given blob into memory, verify etag, and return InputStream.
304304
* @param blobName The blob name to read
305305
* @return a stream
306306
*/

0 commit comments

Comments
 (0)