diff --git a/tableview/src/main/java/de/codecrafters/tableview/SortingStatus.java b/tableview/src/main/java/de/codecrafters/tableview/SortingStatus.java index c7168fe..a6a8c98 100644 --- a/tableview/src/main/java/de/codecrafters/tableview/SortingStatus.java +++ b/tableview/src/main/java/de/codecrafters/tableview/SortingStatus.java @@ -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;