Skip to content

Commit

Permalink
Restore individual imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Radoslaw Orlowski committed May 1, 2020
1 parent 8d0a7b6 commit 9c15bfd
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@

import static org.apache.commons.lang3.StringUtils.isBlank;
import static org.apache.commons.lang3.StringUtils.isEmpty;
import static uk.gov.hmcts.reform.idam.web.helper.MvcKeys.*;
import static uk.gov.hmcts.reform.idam.web.helper.MvcKeys.CLIENTID;
import static uk.gov.hmcts.reform.idam.web.helper.MvcKeys.ERRORPAGE_VIEW;
import static uk.gov.hmcts.reform.idam.web.helper.MvcKeys.EXPIRED_ACTIVATION_LINK_VIEW;
import static uk.gov.hmcts.reform.idam.web.helper.MvcKeys.REDIRECTURI;
import static uk.gov.hmcts.reform.idam.web.helper.MvcKeys.SCOPE;
import static uk.gov.hmcts.reform.idam.web.helper.MvcKeys.SELF_REGISTER_VIEW;
import static uk.gov.hmcts.reform.idam.web.helper.MvcKeys.STATE;

/**
* @author Ivano
Expand Down

0 comments on commit 9c15bfd

Please sign in to comment.