Skip to content

Commit

Permalink
Fixed package path for EvictingCache.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-santa committed Aug 31, 2020
1 parent 68bfcd4 commit 5a78645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package no.nav.personbruker.innloggingsstatus.pdl.cache
package no.nav.personbruker.dittnav.common.util.cache

import no.nav.personbruker.dittnav.common.util.list.partitionFromIndex
import org.slf4j.LoggerFactory
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package no.nav.personbruker.innloggingsstatus.pdl.cache
package no.nav.personbruker.dittnav.common.util.cache

data class EvictingCacheConfig (
val evictionThreshold: Int = 1024,
Expand Down

0 comments on commit 5a78645

Please sign in to comment.