Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit f980ff3

Browse files
committed
Static is redundant for enums
1 parent e45dc9b commit f980ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/fi/helsinki/cs/tmc/cli/io/TestIo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
public class TestIo extends Io {
1515

16-
private static enum PromptType {
16+
private enum PromptType {
1717
TEXT_PROMPT,
1818
PASSWORD_PROMPT,
1919
CONFIRM_PROMPT

0 commit comments

Comments
 (0)