Skip to content

Commit

Permalink
improve access control
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-butcher committed Jan 2, 2025
1 parent 05793a0 commit 094ccc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sealed trait Selector {
}
}

def shouldSuppress(otherSelectors: Set[Selector]): Boolean =
protected def shouldSuppress(otherSelectors: Set[Selector]): Boolean =
superSelectors.exists(otherSelectors.contains)
}

Expand Down

0 comments on commit 094ccc2

Please sign in to comment.