Skip to content

Commit

Permalink
Hid some exposed API
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Mar 27, 2021
1 parent 2c4205e commit 4fb31b0
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 @@ private [errors] final class TrivialState(offset: Int, outOfRange: Boolean) {
acceptingExpected = true
}
}
object TrivialState {
private [errors] object TrivialState {
private [TrivialState] sealed trait UnexpectItem {
final def pickHigher(other: UnexpectItem): UnexpectItem = (this, other) match {
case (Other(u1), Other(u2)) => Other(ErrorItem.higherPriority(u1, u2))
Expand Down

0 comments on commit 4fb31b0

Please sign in to comment.