mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-26 17:01:53 +08:00
fix for jdk10+
This commit is contained in:
@@ -17,7 +17,7 @@ public class DelegateSecurityManager extends SecurityManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings({"deprecation"})
|
@SuppressWarnings({"deprecation"})
|
||||||
@Override
|
//@Override //fix for JDK10+
|
||||||
public boolean getInCheck() {
|
public boolean getInCheck() {
|
||||||
return getSecurityManager().getInCheck();
|
return getSecurityManager().getInCheck();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user