jdk/src/share/classes/sun/security/provider/PolicyFile.java
changeset 22041 3638966a5c02
parent 16046 c65f0f54851c
child 24685 215fa91e1b4c
--- a/jdk/src/share/classes/sun/security/provider/PolicyFile.java	Fri Dec 13 09:36:06 2013 -0800
+++ b/jdk/src/share/classes/sun/security/provider/PolicyFile.java	Fri Dec 13 15:24:38 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -285,9 +285,9 @@
 
     // for use with the reflection API
 
-    private static final Class[] PARAMS0 = { };
-    private static final Class[] PARAMS1 = { String.class };
-    private static final Class[] PARAMS2 = { String.class, String.class };
+    private static final Class<?>[] PARAMS0 = { };
+    private static final Class<?>[] PARAMS1 = { String.class };
+    private static final Class<?>[] PARAMS2 = { String.class, String.class };
 
     /**
      * Initializes the Policy object and reads the default policy