You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/externalmovementsapi/domain/tap/authorisation/TemporaryAbsenceAuthorisation.kt
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -206,11 +206,7 @@ class TemporaryAbsenceAuthorisation(
206
206
appliedActions =listOf()
207
207
}
208
208
209
-
overridefundomainEvents(): Set<DomainEvent<*>> {
210
-
val events = appliedActions.mapNotNull { it.domainEvent(this) }.toSet()
Copy file name to clipboardExpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/externalmovementsapi/domain/tap/movement/TemporaryAbsenceMovement.kt
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -144,11 +144,7 @@ class TemporaryAbsenceMovement(
144
144
appliedActions =listOf()
145
145
}
146
146
147
-
overridefundomainEvents(): Set<DomainEvent<*>> {
148
-
val events = appliedActions.mapNotNull { it.domainEvent(this) }.toSet()
Copy file name to clipboardExpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/externalmovementsapi/domain/tap/occurrence/TemporaryAbsenceOccurrence.kt
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -238,11 +238,7 @@ class TemporaryAbsenceOccurrence(
238
238
appliedActions =listOf()
239
239
}
240
240
241
-
overridefundomainEvents(): Set<DomainEvent<*>> {
242
-
val events = appliedActions.mapNotNull { it.domainEvent(this) }.toSet()
Copy file name to clipboardExpand all lines: src/test/kotlin/uk/gov/justice/digital/hmpps/externalmovementsapi/integration/tap/occurrence/ChangeOccurrenceCommentsIntTest.kt
0 commit comments