jdk/src/share/classes/sun/security/tools/policytool/PolicyTool.java
changeset 20754 3d7b2fafc34b
parent 17692 685c0741cfbb
child 20787 ab071ce90368
--- a/jdk/src/share/classes/sun/security/tools/policytool/PolicyTool.java	Tue Oct 08 11:35:29 2013 -0700
+++ b/jdk/src/share/classes/sun/security/tools/policytool/PolicyTool.java	Tue Oct 08 14:41:46 2013 -0700
@@ -77,9 +77,9 @@
     boolean modified = false;
 
     private static final boolean testing = false;
-    private static final Class[] TWOPARAMS = { String.class, String.class };
-    private static final Class[] ONEPARAMS = { String.class };
-    private static final Class[] NOPARAMS  = {};
+    private static final Class<?>[] TWOPARAMS = { String.class, String.class };
+    private static final Class<?>[] ONEPARAMS = { String.class };
+    private static final Class<?>[] NOPARAMS  = {};
     /*
      * All of the policy entries are read in from the
      * policy file and stored here.  Updates to the policy entries