mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8136583: Core libraries should use blessed modifier order
Run blessed-modifier-order script (see bug) Reviewed-by: psandoz, chegar, alanb, plevart
This commit is contained in:
parent
b09c2b1601
commit
a2f0fe3c94
453 changed files with 1775 additions and 1775 deletions
|
@ -43,7 +43,7 @@ import sun.security.util.PropertyExpander;
|
|||
*/
|
||||
final class ProviderConfig {
|
||||
|
||||
private final static sun.security.util.Debug debug =
|
||||
private static final sun.security.util.Debug debug =
|
||||
sun.security.util.Debug.getInstance("jca", "ProviderConfig");
|
||||
|
||||
// suffix for identifying the SunPKCS11-Solaris provider
|
||||
|
@ -54,7 +54,7 @@ final class ProviderConfig {
|
|||
"${java.home}/conf/security/sunpkcs11-solaris.cfg";
|
||||
|
||||
// maximum number of times to try loading a provider before giving up
|
||||
private final static int MAX_LOAD_TRIES = 30;
|
||||
private static final int MAX_LOAD_TRIES = 30;
|
||||
|
||||
// could be provider name (module) or provider class name (legacy)
|
||||
private final String provName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue