Skip to content

Commit 16da25b

Browse files
author
Ingo Schwarz
committed
Fix issue in JavaDoc of SortingState
1 parent 2edc310 commit 16da25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tableview/src/main/java/de/codecrafters/tableview/SortingStatus.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public boolean isTableSorted() {
4848
/**
4949
* Gives the column index, by which the {@link SortableTableView} is currently sorted.
5050
*
51-
* @return The column index, by which the {@link SortableTableView} is currently sorted or {@value -1} if the table is not sorted.
51+
* @return The column index, by which the {@link SortableTableView} is currently sorted or {@code -1} if the table is not sorted.
5252
*/
5353
public int getSortedColumnIndex() {
5454
return sortedColumnIndex;

0 commit comments

Comments
 (0)