We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225aa57 commit e29dac8Copy full SHA for e29dac8
api/src/main/java/fr/euphyllia/skyllia/api/commands/SubCommandInterface.java
@@ -17,7 +17,7 @@
17
*/
18
public interface SubCommandInterface {
19
20
- private Logger log = LoggerFactory.getLogger(SubCommandInterface.class);
+ Logger log = LoggerFactory.getLogger(SubCommandInterface.class);
21
22
/**
23
* Legacy method to handle the execution of a sub-command.
0 commit comments