Skip to content

Commit e29dac8

Browse files
committed
Fix log warn
1 parent 225aa57 commit e29dac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/fr/euphyllia/skyllia/api/commands/SubCommandInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
public interface SubCommandInterface {
1919

20-
private Logger log = LoggerFactory.getLogger(SubCommandInterface.class);
20+
Logger log = LoggerFactory.getLogger(SubCommandInterface.class);
2121

2222
/**
2323
* Legacy method to handle the execution of a sub-command.

0 commit comments

Comments
 (0)