Skip to content

Commit

Permalink
fix default impl for newChangesSnapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed Dec 9, 2024
1 parent e9f534e commit 3d290aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ public Translog.Snapshot newChangesSnapshot(
long maxChunkSize
) throws IOException {
// TODO: Remove this default implementation once the deprecated newChangesSnapshot is removed
return newChangesSnapshot(source, fromSeqNo, toSeqNo, requiredFullRange, singleConsumer, accessStats, 0);
return newChangesSnapshot(source, fromSeqNo, toSeqNo, requiredFullRange, singleConsumer, accessStats);
}

/**
Expand Down

0 comments on commit 3d290aa

Please sign in to comment.