🐛 Checkstyle is dumb.
This commit is contained in:
parent
6cc3a21619
commit
52433a4c3a
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ import java.util.function.BiFunction;
|
||||||
* @param <T> Argument type
|
* @param <T> Argument type
|
||||||
* @since 1.3.0
|
* @since 1.3.0
|
||||||
*/
|
*/
|
||||||
public class MethodArgumentParser<C, T> implements ArgumentParser<C, T> {
|
public final class MethodArgumentParser<C, T> implements ArgumentParser<C, T> {
|
||||||
|
|
||||||
private final BiFunction<CommandContext<C>, String, List<String>> suggestionProvider;
|
private final BiFunction<CommandContext<C>, String, List<String>> suggestionProvider;
|
||||||
private final MethodHandle methodHandle;
|
private final MethodHandle methodHandle;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue