Skip to content

Commit

Permalink
Change visibility of internalVisit
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Morris <tfmorris@gmail.com>
  • Loading branch information
wetneb and tfmorris committed May 16, 2024
1 parent 4dc666e commit 7a96afc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ public boolean visit(Project project, int sortedStartRowIndex, Record record) {
return false;
}

public boolean internalVisit(Project project, int rowIndex, Row row, int paginationIndex) {
protected boolean internalVisit(Project project, int rowIndex, Row row, int paginationIndex) {
results.add(new WrappedRow(row, rowIndex, null, paginationIndex));
return false;
}
Expand Down

0 comments on commit 7a96afc

Please sign in to comment.