Skip to content

Commit

Permalink
Not private injection args
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Nov 27, 2024
1 parent 9e21887 commit 7cc123e
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ import java.util.*
@Service
open class ArenaOppfolgingService (
// Bruker AktorregisterClient istedenfor authService for å unngå sirkulær avhengighet
private val aktorOppslagClient: AktorOppslagClient,
private val veilarbarenaClient: VeilarbarenaClient,
private val oppfolgingsStatusRepository: OppfolgingsStatusRepository,
private val authService: AuthService,
private val norg2Client: Norg2Client,
private val veilederTilordningerRepository: VeilederTilordningerRepository
val aktorOppslagClient: AktorOppslagClient,
val veilarbarenaClient: VeilarbarenaClient,
val oppfolgingsStatusRepository: OppfolgingsStatusRepository,
val authService: AuthService,
val norg2Client: Norg2Client,
val veilederTilordningerRepository: VeilederTilordningerRepository
) {
private val log = LoggerFactory.getLogger(ArenaOppfolgingService::class.java)

Expand Down

0 comments on commit 7cc123e

Please sign in to comment.