mirror of
https://github.com/EsotericSoftware/reflectasm.git
synced 2025-02-01 23:00:41 +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 {
|
static public class HasProtectedConstructor extends HasPrivateConstructor {
|
||||||
|
@SuppressWarnings("synthetic-access")
|
||||||
protected HasProtectedConstructor () {
|
protected HasProtectedConstructor () {
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user