Fix checkstyle

This commit is contained in:
Trustin Lee 2013-04-11 17:54:20 +09:00
parent 15ac4127e4
commit 2600f46fd7

View File

@ -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;
}