Removed warning.

This commit is contained in:
NathanSweet 2014-01-26 16:36:20 +01:00
parent e48d1b2ec0
commit 537351e3f7

View File

@ -170,6 +170,7 @@ public class ConstructorAccessTest extends TestCase {
}
static public class HasProtectedConstructor extends HasPrivateConstructor {
@SuppressWarnings("synthetic-access")
protected HasProtectedConstructor () {
super();
}