We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7047ec3 commit c5fdf63Copy full SHA for c5fdf63
1 file changed
src/main/java/emissary/Emissary.java
@@ -48,7 +48,7 @@ public class Emissary {
48
private final CommandLine cli = new CommandLine(EmissaryCommand.class);
49
private final Map<String, EmissaryCommand> commands;
50
51
- public static Map<String, EmissaryCommand> EMISSARY_COMMANDS = new HashMap<>();
+ public static final Map<String, EmissaryCommand> EMISSARY_COMMANDS;
52
53
private boolean bannerDumped = false;
54
0 commit comments