Skip to content

Commit

Permalink
fjern unødvendig klasse fra hierarki
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenbyhring committed Oct 11, 2023
1 parent f097a57 commit fab4f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ class StatefullEventListener(
val redisStore: IRedisStore,
override val event: EventName,
private val dataFelter: Array<String>,
override val mainListener: River.PacketListener,
private val mainListener: River.PacketListener,
rapidsConnection: RapidsConnection
) : DelegatingEventListener(
mainListener,
) : EventListener(
rapidsConnection
) {
override fun accept(): River.PacketValidation {
Expand Down

0 comments on commit fab4f3f

Please sign in to comment.