jdk/src/java.base/share/classes/sun/security/rsa/RSAPrivateCrtKeyImpl.java
changeset 32649 2ee9017c7597
parent 25859 3317bb8137f4
child 44260 dd947f766e11
--- a/jdk/src/java.base/share/classes/sun/security/rsa/RSAPrivateCrtKeyImpl.java	Wed Sep 16 08:24:40 2015 -0400
+++ b/jdk/src/java.base/share/classes/sun/security/rsa/RSAPrivateCrtKeyImpl.java	Tue Sep 15 21:56:04 2015 -0700
@@ -63,7 +63,7 @@
     private BigInteger coeff;   // CRT coeffcient
 
     // algorithmId used to identify RSA keys
-    final static AlgorithmId rsaId =
+    static final AlgorithmId rsaId =
         new AlgorithmId(AlgorithmId.RSAEncryption_oid);
 
     /**