Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisara-Welmilla committed Dec 16, 2024
1 parent 7dd69e3 commit be755b7
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
*/
public class AuthenticatorManagementDAOImpl implements AuthenticatorManagementDAO {

public static final String IS_TRUE_VALUE = "1";
public static final String IS_FALSE_VALUE = "0";
public static final String LOCAL_IDP_NAME = "LOCAL";
private static final String IS_TRUE_VALUE = "1";
private static final String IS_FALSE_VALUE = "0";
private static final String LOCAL_IDP_NAME = "LOCAL";

@Override
public UserDefinedLocalAuthenticatorConfig addUserDefinedLocalAuthenticator(
Expand Down Expand Up @@ -281,5 +281,4 @@ public UserDefinedLocalAuthenticatorConfig getConfig() {
return config;
}
}

}

0 comments on commit be755b7

Please sign in to comment.