< prev index next >

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

Print this page

        

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