Skip to content

Commit

Permalink
Removed package reference to aggregator.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-santa committed Aug 13, 2020
1 parent ed688fd commit c6873a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
package no.nav.personbruker.dittnav.eventaggregator.common.database

import no.nav.personbruker.dittnav.common.util.database.persisting.PersistFailureReason
package no.nav.personbruker.dittnav.common.util.database.persisting

class PersistActionResult private constructor(
val entityId: Int, val wasSuccessful: Boolean, val persistOutcome: PersistFailureReason) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package no.nav.personbruker.dittnav.common.util.database.persisting

import no.nav.personbruker.dittnav.eventaggregator.common.database.PersistActionResult
import java.sql.Connection
import java.sql.PreparedStatement
import java.sql.Statement
Expand Down

0 comments on commit c6873a3

Please sign in to comment.