Skip to content

Commit

Permalink
change createDummy to createEmpty
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenHollmann committed Nov 30, 2022
1 parent 0416b30 commit 6900938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static QueryOptions createQueryOptions(Set<FilterClause> filters) {
return new QueryOptions("", filters);
}

public static QueryOptions createDummy() {
public static QueryOptions createEmpty() {
return new QueryOptions("", null);
}

Expand Down

0 comments on commit 6900938

Please sign in to comment.