end caps
This commit is contained in:
parent
b2828b383a
commit
3499029bd2
2 changed files with 2 additions and 2 deletions
|
@ -55,4 +55,4 @@ public class TermArgumentType extends StringArgumentType {
|
|||
options.stream().filter((s) -> s.toLowerCase().startsWith(builder.getRemaining().toLowerCase())).sorted().forEachOrdered(builder::suggest);
|
||||
return builder.buildFuture();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -44,4 +44,4 @@ public class TermArgumentTypeTest {
|
|||
assertThat(ex.getType(), is(CommandSyntaxException.BUILT_IN_EXCEPTIONS.termInvalid()));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue