mirror of
https://github.com/EsotericSoftware/reflectasm.git
synced 2025-01-21 17:20:24 +08:00
Removed warning.
This commit is contained in:
parent
e48d1b2ec0
commit
537351e3f7
@ -170,6 +170,7 @@ public class ConstructorAccessTest extends TestCase {
|
||||
}
|
||||
|
||||
static public class HasProtectedConstructor extends HasPrivateConstructor {
|
||||
@SuppressWarnings("synthetic-access")
|
||||
protected HasProtectedConstructor () {
|
||||
super();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user