Skip to content

Commit

Permalink
Fix Checkstyle violation
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan authored Mar 8, 2024
1 parent deb0467 commit bb6a6f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public SeekPosition getPosition() {
}

public Function<Long, Long> getOffsetComputeFunction() {
return offsetComputeFunction;
return this.offsetComputeFunction;
}

@Override
Expand Down

0 comments on commit bb6a6f0

Please sign in to comment.