Skip to content

Commit

Permalink
docs: fix Javdoc warnings
Browse files Browse the repository at this point in the history
Close #28
  • Loading branch information
paodb committed Nov 11, 2024
1 parent 988038a commit 6c809de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,13 @@ public Component getFooterComponent() {
}

/**
* Scrolls to the given row index. Scrolls so that the element is shown at
* Scrolls to the given position. Scrolls so that the element is shown at
* the start of the visible area whenever possible.
* <p>
* If the index parameter exceeds current item set size the grid will scroll
* to the end.
*
* @param rowIndex
* @param position
* zero based index of the item to scroll to in the current view.
*/
public void scrollToIndex(int position) {
Expand Down

0 comments on commit 6c809de

Please sign in to comment.