Update Arguments.java

This commit is contained in:
MrBretzel 2021-02-20 15:43:22 +01:00 committed by GitHub
parent 1ad1f06e33
commit 2c45103b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ public final class Arguments {
});
}
public boolean has(@NotNull Argument<T> argument) {
public boolean has(@NotNull Argument<?> argument) {
return args.containsKey(argument.getId());
}