Skip to content

Commit

Permalink
Fix MissingOverride error (apache#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored and rdblue committed Dec 2, 2019
1 parent 17effe1 commit d70a631
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public Set<T> literalSet() {
return literalSet;
}

@Override
public boolean test(T value) {
switch (op()) {
case IN:
Expand Down

0 comments on commit d70a631

Please sign in to comment.