jdk/src/java.base/share/classes/java/security/cert/CertPathBuilder.java
changeset 32649 2ee9017c7597
parent 30033 b9c86c17164a
child 33241 27eb2d6abda9
--- a/jdk/src/java.base/share/classes/java/security/cert/CertPathBuilder.java	Wed Sep 16 08:24:40 2015 -0400
+++ b/jdk/src/java.base/share/classes/java/security/cert/CertPathBuilder.java	Tue Sep 15 21:56:04 2015 -0700
@@ -299,7 +299,7 @@
      * by the {@code certpathbuilder.type} security property, or the string
      * {@literal "PKIX"} if no such property exists.
      */
-    public final static String getDefaultType() {
+    public static final String getDefaultType() {
         String cpbtype =
             AccessController.doPrivileged(new PrivilegedAction<>() {
                 public String run() {