Skip to content

Commit

Permalink
Merge branch 'master' into feat/CIV-12873-1
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/main/java/uk/gov/hmcts/reform/civil/documentmanagement/model/DocumentType.java
  • Loading branch information
hmcts-version1-ignacio committed May 13, 2024
2 parents 6156de0 + e83158b commit aec2f05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ public enum DocumentType {
DEFAULT_JUDGMENT_CLAIMANT2,
DEFAULT_JUDGMENT_DEFENDANT2,
RECORD_JUDGMENT_DETERMINATION_OF_MEANS_LETTER,
DEFAULT_JUDGMENT_COVER_LETTER;
DEFAULT_JUDGMENT_COVER_LETTER,
DECISION_MADE_ON_APPLICATIONS;
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
public enum HearingSubChannel {
INTER,
NA,
TELBTM,
TELCVP,
VIDCVP
}

0 comments on commit aec2f05

Please sign in to comment.