Skip to content

Commit

Permalink
marks StateMachine.Event as an internal class
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Cornell committed Jul 12, 2019
1 parent d2e6a32 commit 0ef8b60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ internal class State private constructor(
}

// base class for all event types
abstract class Event {
internal abstract class Event {
abstract fun matches(value: IonValue?): Boolean
}

Expand Down

0 comments on commit 0ef8b60

Please sign in to comment.