Skip to content

Commit

Permalink
✏️ fix(QueryFragment.java): Improve parameter and return descriptio…
Browse files Browse the repository at this point in the history
…ns in `orderBy` method.
  • Loading branch information
vnobo committed Dec 22, 2024
1 parent 6b89b84 commit b5e249b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ public QueryFragment where(CharSequence where) {
/**
* Adds an ORDER BY clause to the query.
*
* @param order the order
* @return this
* @param order the order to add
* @return the QueryFragment instance
*/
public QueryFragment orderBy(CharSequence order) {
this.orderBy.add(order);
Expand Down

0 comments on commit b5e249b

Please sign in to comment.