Skip to content

Commit

Permalink
Make eventService internal
Browse files Browse the repository at this point in the history
  • Loading branch information
kephale committed Jul 2, 2024
1 parent d8da146 commit 80e9541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/sc/iview/SciView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class SciView : SceneryBase, CalibratedRealInterval<CalibratedAxis> {
private lateinit var io: IOService

@Parameter
private lateinit var eventService: EventService
internal lateinit var eventService: EventService

@Parameter
private lateinit var lutService: LUTService
Expand Down

0 comments on commit 80e9541

Please sign in to comment.