Trivial code householding

This commit is contained in:
ljacqu
2016-08-12 18:36:35 +02:00
parent 3abb0b5ac4
commit 5d2da7bd82
3 changed files with 31 additions and 33 deletions
@@ -21,7 +21,7 @@ import static org.junit.Assert.fail;
public final class ListenerConsistencyTest {
private static final Class<?>[] LISTENERS = { BlockListener.class, EntityListener.class,
PlayerListener.class, PlayerListener16.class, PlayerListener18.class,
PlayerListener.class, PlayerListener16.class, PlayerListener18.class, PlayerListener19.class,
ServerListener.class };
private static final Set<String> CANCELED_EXCEPTIONS = Sets.newHashSet(