Skip to content

Commit

Permalink
Fixed a typo in javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Demchenko committed Dec 11, 2017
1 parent 9538bea commit 44729c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public enum OrderBy {
/**
* Returns the comparator for the field (for in-memory sorting of the result set).
*
* @return a comparator by updateDate (nulls first, then aerliest dates, and most recent dates last)
* @return a comparator by updateDate: nulls first, then earliest update dates, and eventually most recent update dates
*/
public Comparator<SchemaInstance> getComparator() {
return comparator;
Expand Down

0 comments on commit 44729c0

Please sign in to comment.