We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2edc310 commit 16da25bCopy full SHA for 16da25b
tableview/src/main/java/de/codecrafters/tableview/SortingStatus.java
@@ -48,7 +48,7 @@ public boolean isTableSorted() {
48
/**
49
* Gives the column index, by which the {@link SortableTableView} is currently sorted.
50
*
51
- * @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.
52
*/
53
public int getSortedColumnIndex() {
54
return sortedColumnIndex;
0 commit comments