Skip to content

Commit 228df9e

Browse files
remove unused constants
1 parent c54d4c7 commit 228df9e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

org-code-javabuilder/lib/src/main/java/org/code/javabuilder/UserInitiatedExceptionKey.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ public enum UserInitiatedExceptionKey {
1010
TWO_MAIN_METHODS,
1111
// The user's code does not contain a main method.
1212
NO_MAIN_METHOD,
13+
// The user's main method has an invalid signature.
1314
INVALID_MAIN_METHOD,
14-
MAIN_METHOD_NOT_PUBLIC,
15-
MAIN_METHOD_NOT_STATIC,
16-
MAIN_METHOD_NOT_VOID,
17-
MAIN_METHOD_WRONG_ARGUMENTS,
1815
// The user's code has a compiler error.
1916
COMPILER_ERROR,
2017
// The user tried to include a source file that did not end in .java

0 commit comments

Comments
 (0)