Skip to content

Commit

Permalink
chore: Expose setPage method on PaginatedGui
Browse files Browse the repository at this point in the history
  • Loading branch information
Danieljunek17 authored Jun 3, 2024
1 parent b2ecc7b commit 8accc2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ int getPageNum() {
*
* @param pageNum Sets the current page to be the specified number
*/
void setPageNum(final int pageNum) {
public void setPageNum(final int pageNum) {
this.pageNum = pageNum;
}

Expand Down

0 comments on commit 8accc2e

Please sign in to comment.