Skip to content

Commit

Permalink
La til'sealed' på interface BekreftelseHendelse
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Sep 19, 2024
1 parent 7f2e4bd commit 3860f8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ class BekreftelseHendelseProcessor(
hendelseStore.delete(value.arbeidssoekerId)
}
}

else -> {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package no.nav.paw.bekreftelse.internehendelser

import java.util.*

interface BekreftelseHendelse {
sealed interface BekreftelseHendelse {
val hendelseType: String
val hendelseId: UUID
val periodeId: UUID
Expand Down

0 comments on commit 3860f8a

Please sign in to comment.