< prev index next >

src/java.base/share/classes/java/security/IdentityScope.java

Print this page

        

*** 72,82 **** // initialize the system scope private static void initializeSystemScope() { String classname = AccessController.doPrivileged( ! new PrivilegedAction<String>() { public String run() { return Security.getProperty("system.scope"); } }); --- 72,82 ---- // initialize the system scope private static void initializeSystemScope() { String classname = AccessController.doPrivileged( ! new PrivilegedAction<>() { public String run() { return Security.getProperty("system.scope"); } });
< prev index next >