BASE-4502: wrong case
This commit is contained in:
@@ -4,7 +4,7 @@ import java.io.PrintWriter;
|
||||
|
||||
public class CompileTimeVariables {
|
||||
|
||||
public final String ERROR_MESSAGE = ClassConstants.DEFAULT_USERNAME + " not allowed here.";
|
||||
public final String errorMessage = ClassConstants.DEFAULT_USERNAME + " not allowed here.";
|
||||
public final int maximumLoginAttempts = 5;
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Reference in New Issue
Block a user