Skip to content

Commit 67a458d

Browse files
committed
DIAC-1587 wip
1 parent 899b57d commit 67a458d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/uk/gov/hmcts/reform/iacaseapi/domain/handlers/presubmit/ForceFtpaDecidedStateHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public PreSubmitCallbackResponse<AsylumCase> handle(
4343

4444
if (appellantType.equals("appellant")) {
4545
asylumCase.write(IS_FTPA_APPELLANT_DECIDED, "Yes");
46-
} else if (appellantType.equals("respondent")){
46+
} else if (appellantType.equals("respondent")) {
4747
asylumCase.write(IS_FTPA_RESPONDENT_DECIDED, "Yes");
4848
} else {
4949
throw new IllegalStateException("appellantType is is new and needs handling");

0 commit comments

Comments
 (0)