Skip to content

Commit 0fa290a

Browse files
committed
#118 Fixed minor JavaDocs issue
1 parent d0c8c48 commit 0fa290a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/dev/hardwood/internal/reader/PageRange.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public record PageRange(long offset, int length, List<PageLocation> pages) {
3838
/// @param matchingRows row ranges that might match the filter
3939
/// @param columnChunk the column chunk metadata (for dictionary detection)
4040
/// @param rowGroupRowCount total rows in the row group
41-
/// @param maxGapBytes maximum gap to bridge when coalescing (same as [ChunkRange.MAX_GAP_BYTES])
41+
/// @param maxGapBytes maximum gap to bridge when coalescing (same as `ChunkRange.MAX_GAP_BYTES`)
4242
/// @return coalesced page ranges to fetch, or empty list if all pages match
4343
public static List<PageRange> forColumn(OffsetIndex offsetIndex, RowRanges matchingRows,
4444
ColumnChunk columnChunk, long rowGroupRowCount, int maxGapBytes) {

0 commit comments

Comments
 (0)