Fix checkstyle
This commit is contained in:
parent
15ac4127e4
commit
2600f46fd7
@ -131,7 +131,7 @@ public class TypeParameterMatcherTest {
|
||||
assertTrue(m.match(new Object()));
|
||||
}
|
||||
|
||||
private static abstract class W<E> {
|
||||
private abstract static class W<E> {
|
||||
E e;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user