Skip to content

Commit 7a3c412

Browse files
committed
line length
1 parent f89c72b commit 7a3c412

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/blob-cache/src/main/java/org/elasticsearch/blobcache/shared/SharedBlobCacheService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,8 @@ public void maybeFetchRange(
662662

663663
/**
664664
* Wraps the given {@link RangeMissingHandler} to adjust the position of the data read from the blob store
665-
* (NB: the relativePos parameter in {@link RangeMissingHandler#fillCacheRange(SharedBytes.IO, int, SourceInputStreamFactory, int, int, IntConsumer, ActionListener)})
665+
* (NB: the relativePos parameter in
666+
* {@link RangeMissingHandler#fillCacheRange(SharedBytes.IO, int, SourceInputStreamFactory, int, int, IntConsumer, ActionListener)})
666667
* relative to the beginning of the region we're reading from.
667668
*
668669
* This is useful so that we can read the input stream we open for reading from the blob store

0 commit comments

Comments
 (0)