Skip to content

Commit

Permalink
fixing comments from QA
Browse files Browse the repository at this point in the history
  • Loading branch information
StigNorland committed Nov 30, 2023
1 parent 2137fba commit 11c7127
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ protected void validateSortEntry(Entry<String, SortOrder> entry) {
if (fromSortKey(entry.getKey()) == INVALID) {
throw new IllegalArgumentException(INVALID_VALUE_WITH_SORT.formatted(entry.getKey(), validSortKeys()));
}
entry.getValue();
entry.getValue(); // throws error on invalid value
}
}
}

0 comments on commit 11c7127

Please sign in to comment.