Skip to content

Commit

Permalink
Make eventService internal
Browse files Browse the repository at this point in the history
  • Loading branch information
kephale authored and skalarproduktraum committed Jul 2, 2024
1 parent 8eb605f commit c418f95
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 c418f95

Please sign in to comment.