jdk/src/share/classes/sun/security/provider/AuthPolicyFile.java
changeset 20754 3d7b2fafc34b
parent 19439 57876ed3c426
child 24969 afa6934dd8e8
--- a/jdk/src/share/classes/sun/security/provider/AuthPolicyFile.java	Tue Oct 08 11:35:29 2013 -0700
+++ b/jdk/src/share/classes/sun/security/provider/AuthPolicyFile.java	Tue Oct 08 14:41:46 2013 -0700
@@ -91,7 +91,7 @@
     private boolean ignoreIdentityScope = true;
 
     // for use with the reflection API
-    private static final Class[] PARAMS = { String.class, String.class};
+    private static final Class<?>[] PARAMS = { String.class, String.class};
 
     /**
      * Initializes the Policy object and reads the default policy