Issues (369)

framework/commands/interfaces/Command.java (2 issues)

1
package com.github.netkorp.telegram.framework.commands.interfaces;
0 ignored issues
show
It is a best practice to supply a copyright/licence header in your code. Your organisation probably has a template for that.
Loading history...
2
3
/**
4
 * Contains the logic of a command to be executed by the users.
5
 */
6
public interface Command {
0 ignored issues
show
Move this left curly brace to the beginning of next line of code.
Loading history...
7
8
}
9