✨ Add errorprone and fix warnings/errors
The compiler will also treat all warnings as errors from now on.
This commit is contained in:
parent
6ffee9d04f
commit
cfac2639ad
101 changed files with 309 additions and 146 deletions
|
|
@ -159,6 +159,8 @@ public final class UserArgument<C> extends CommandArgument<C, User> {
|
|||
|
||||
public static final class UserParseException extends ParserException {
|
||||
|
||||
private static final long serialVersionUID = -1758590697299611905L;
|
||||
|
||||
private UserParseException(
|
||||
final @NonNull CommandContext<?> context,
|
||||
final @NonNull String input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue