Skip to content

Commit 2662002

Browse files
author
Bingjie Liu
committed
Move CvlPSSCondition to it's own file
1 parent 8348b93 commit 2662002

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/models/createAndVaryLicence/CvlAPCondition.kt

-5
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,3 @@ class CvlAPCondition(
66
val additional: List<CvlCondition>? = null,
77

88
)
9-
10-
class CvlPSSCondition(
11-
val standard: List<CvlCondition>? = null,
12-
val additional: List<CvlCondition>? = null,
13-
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package uk.gov.justice.digital.hmpps.hmppsintegrationapi.models.createAndVaryLicence
2+
3+
class CvlPSSCondition(
4+
val standard: List<CvlCondition>? = null,
5+
val additional: List<CvlCondition>? = null,
6+
)

0 commit comments

Comments
 (0)