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