Skip to content

Commit 32cb26c

Browse files
MariamPervezdskarpas
authored andcommitted
d - Navnebytte på variabel
1 parent 59d133d commit 32cb26c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/no/nav/eessi/pensjon/models/SaksInfoSamlet.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import no.nav.eessi.pensjon.oppgaverouting.SakInformasjon
55

66
data class SaksInfoSamlet(
77
val saksIdFraSed: String? = null,
8-
val sakInformasjon: SakInformasjon? = null, // Kommer fra Pesys
9-
val saktype: SakType? = null // Kommer fra SED
8+
val sakInformasjonFraPesys: SakInformasjon? = null,
9+
val saktypeFraSed: SakType? = null
1010
)

0 commit comments

Comments
 (0)