Skip to content

Commit

Permalink
ComponentTreeQuery: since sortFields can't be null, enforce it
Browse files Browse the repository at this point in the history
  • Loading branch information
sns-seb committed Jul 4, 2016
1 parent fe52644 commit d064ce1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ private Builder() {

public ComponentTreeQuery build() {
requireNonNull(baseUuid);
requireNonNull(sortFields);
return new ComponentTreeQuery(this);
}

Expand Down

0 comments on commit d064ce1

Please sign in to comment.