Skip to content

Commit

Permalink
Fix issue in JavaDoc of SortingState
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Schwarz committed Aug 26, 2017
1 parent 2edc310 commit 16da25b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public boolean isTableSorted() {
/**
* Gives the column index, by which the {@link SortableTableView} is currently sorted.
*
* @return The column index, by which the {@link SortableTableView} is currently sorted or {@value -1} if the table is not sorted.
* @return The column index, by which the {@link SortableTableView} is currently sorted or {@code -1} if the table is not sorted.
*/
public int getSortedColumnIndex() {
return sortedColumnIndex;
Expand Down

0 comments on commit 16da25b

Please sign in to comment.