File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
backend/src/main/kotlin/fr/gouv/cnsp/monitorfish/domain/entities/prior_notification Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ data class PriorNotification(
33
33
) {
34
34
/* * Each prior notification and each of its updates have a unique fingerprint. */
35
35
val fingerprint: String = listOf (reportId, updatedAt, state).joinToString(separator = " ." )
36
- private val logger = LoggerFactory .getLogger(PriorNotification ::class .java)
37
36
38
37
val state: PriorNotificationState ?
39
38
/* *
@@ -138,6 +137,8 @@ data class PriorNotification(
138
137
}
139
138
140
139
companion object {
140
+ private val logger = LoggerFactory .getLogger(PriorNotification ::class .java)
141
+
141
142
/* *
142
143
* Next initial state of the prior notification once it will be created or updated.
143
144
*
You can’t perform that action at this time.
0 commit comments