diff -r 95a52f518b5a -r 3d7b2fafc34b jdk/src/share/classes/sun/security/tools/policytool/PolicyTool.java --- 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