Skip to content

Commit

Permalink
Change filter
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Oct 27, 2023
1 parent 0f83702 commit 25df8ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public boolean intersect(Set<String> sets) {
return false;
}

return Sets.intersection(mFlagSets, sets).size() > 0;
return !Sets.intersection(mFlagSets, sets).isEmpty();
}

@Override
Expand Down

0 comments on commit 25df8ca

Please sign in to comment.