Update errorprone
This commit is contained in:
parent
8aa81b445e
commit
1b52e8c3bd
6 changed files with 10 additions and 7 deletions
|
|
@ -43,6 +43,7 @@ public class ParserRegistryTest {
|
|||
public static final int RANGE_MIN = 10;
|
||||
public static final int RANGE_MAX = 100;
|
||||
|
||||
@SuppressWarnings("ReturnValueIgnored")
|
||||
@Test
|
||||
void testParserRegistry() {
|
||||
final ParserRegistry<TestCommandSender> parserRegistry = new StandardParserRegistry<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue