Skip to content

Commit

Permalink
Fix #38: clarified javadoc wrt map value
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Jun 19, 2022
1 parent a244f96 commit 68673d3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,8 @@ public Builder<E> criteria(Supplier<Map<Getter<E>, Object>> dynamicCriteria) {

/**
* <p>
* Set the predefined ordering. The map key represents the property path.
* Set the predefined ordering. The map key represents the property path. The map value represents whether to
* sort ascending.
* </p>
* @param predefinedOrdering The predefined ordering.
* @return This builder.
Expand Down

0 comments on commit 68673d3

Please sign in to comment.