Skip to content

Commit

Permalink
Fix accidentally changed constant
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Nov 30, 2023
1 parent ebb8e5b commit 3fbf8ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
public class SecurityUtil {
private static final String DAS_CONFIG = "server-config";
private static String ADMIN_REALM = "admin-realm";
private static String FILE_REALM_CLASSNAME = "com.sun.enterprise.security.ee.auth.realm.file.FileRealm";
private static String FILE_REALM_CLASSNAME = "com.sun.enterprise.security.auth.realm.file.FileRealm";

private Domain domain;

Expand Down

0 comments on commit 3fbf8ec

Please sign in to comment.