Begin implementation of CheckStyle style checking
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -30,7 +30,7 @@ public class SyntheticEventTest {
|
||||
Assert.assertEquals(1, impl.callCount);
|
||||
}
|
||||
|
||||
public static abstract class Base<E extends Event> implements Listener {
|
||||
public abstract static class Base<E extends Event> implements Listener {
|
||||
int callCount = 0;
|
||||
|
||||
public void accept(E evt) {
|
||||
|
||||
Reference in New Issue
Block a user