Skip to content

Commit

Permalink
Merge pull request #3 from nfl/fix_missing_javadoc_for_comparator_war…
Browse files Browse the repository at this point in the history
…ning

Fix missing javadoc for comparator warning
  • Loading branch information
sdemchenko authored Dec 11, 2017
2 parents 423f12c + 44729c0 commit 55f74f0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ 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 earliest update dates, and eventually most recent update dates
*/
public Comparator<SchemaInstance> getComparator() {
return comparator;
Expand Down

0 comments on commit 55f74f0

Please sign in to comment.