Skip to content

Commit

Permalink
Update extensions/panache/panache-common/runtime/src/main/java/io/qua…
Browse files Browse the repository at this point in the history
…rkus/panache/common/Sort.java

Co-authored-by: Loïc Mathieu <[email protected]>
  • Loading branch information
Sgitario and loicmathieu authored Jul 1, 2022
1 parent 0522387 commit 930a8ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public static Sort by(String column, NullPrecedence nullPrecedence) {
* @param column the column to sort on, in the given order.
* @param direction the direction to sort on.
* @param nullPrecedence the null precedence to use.
* @return a new Sort instance which sorts on the given column in the given order.
* @return a new Sort instance which sorts on the given column in the given order and null precedence.
* @see #by(String)
* @see #by(String...)
*/
Expand Down

0 comments on commit 930a8ea

Please sign in to comment.