BAEL-4502: Remove unused examples
This commit is contained in:
@@ -10,7 +10,6 @@ public class ClassConstants {
|
||||
|
||||
public static final int MAXIMUM_NUMBER_OF_USERS = 10;
|
||||
public static final String DEFAULT_USERNAME = "unknown";
|
||||
public static final List<String> DEFAULT_GROUPS = List.of("all", "reader");
|
||||
|
||||
public static final Logger log = LoggerFactory.getLogger(ClassConstants.class);
|
||||
public static final List<String> contributorGroups = Arrays.asList("contributor", "author");
|
||||
|
||||
@@ -4,7 +4,7 @@ import java.io.PrintWriter;
|
||||
|
||||
public class CompileTimeVariables {
|
||||
|
||||
public String ERROR_MESSAGE = ClassConstants.DEFAULT_USERNAME + " not allowed here.";
|
||||
public final String ERROR_MESSAGE = ClassConstants.DEFAULT_USERNAME + " not allowed here.";
|
||||
public final int MAXIMUM_LOGIN_ATTEMPTS = 5;
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Reference in New Issue
Block a user