Add checkstyle and add 950 billion comments
This commit is contained in:
parent
784656b891
commit
f90ce38a36
47 changed files with 1055 additions and 88 deletions
|
|
@ -30,7 +30,7 @@ import javax.annotation.Nonnull;
|
|||
public class JLineCommandSender implements CommandSender {
|
||||
|
||||
@Override
|
||||
public boolean hasPermission(@Nonnull final String permission) {
|
||||
public final boolean hasPermission(@Nonnull final String permission) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue