diff --git a/src/main/java/uk/nhs/hee/tis/revalidation/connection/entity/GmcResponseCode.java b/src/main/java/uk/nhs/hee/tis/revalidation/connection/entity/GmcResponseCode.java index 927c487..2f9ce16 100644 --- a/src/main/java/uk/nhs/hee/tis/revalidation/connection/entity/GmcResponseCode.java +++ b/src/main/java/uk/nhs/hee/tis/revalidation/connection/entity/GmcResponseCode.java @@ -32,15 +32,11 @@ public enum GmcResponseCode { INVALID_CREDENTIALS("99", "Invalid Credentials (user name / password / IP address)"), DOCTOR_ALREADY_ASSOCIATED("100", "Doctor already associated with your Designated Body"), DOCTOR_REVALIDATION_LOCKED("106", - "Doctor has a revalidation lock applied. You should call GMC Contact Centre to have this reviewed and/or lifted.") - + "Doctor has a revalidation lock applied. You should call GMC Contact Centre to have this reviewed and/or lifted."), MISSING_INTERNAL_USER("110","Missing Internal User"), - MISSING_OR_INVALID_REASON_CODE("120","Missing / Invalid Change Code (Reason)"), - DOCTOR_NOT_ASSOCIATED_WITH_DESIGNATED_BODY("140", "Doctor not associated with your Designated Body"), - DOCTOR_DB_HISTORY_LOCKED("160", "Doctor’s DB History is locked, please contact the GMC Revalidation team");