fix for jdk10+

This commit is contained in:
Chris Frohoff
2018-11-16 17:44:28 -08:00
parent 8c1917f603
commit 3f4922505f
@@ -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();
} }