Unnecessary enum modifier
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ public enum PasswordPolicyErrorStatus {
|
||||
private final String errorCode;
|
||||
private final String defaultMessage;
|
||||
|
||||
private PasswordPolicyErrorStatus(String errorCode, String defaultMessage) {
|
||||
PasswordPolicyErrorStatus(String errorCode, String defaultMessage) {
|
||||
this.errorCode = errorCode;
|
||||
this.defaultMessage = defaultMessage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user