You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/Target_sun_security_ssl_TrustStoreManager.java
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,8 @@ public void afterRegistration(AfterRegistrationAccess access) {
83
83
/*
84
84
* The class initializer of UntrustedCertificates loads the file
85
85
* lib/security/blacklisted.certs, so this class must be initialized at image build time.
86
-
* This is the default anyway for code JDK classes, but since this class is relevant
87
-
* for security we spell it out explicitly.
86
+
* This is the default anyway for code JDK classes, but since this class is relevant for
87
+
* security we spell it out explicitly.
88
88
*
89
89
* Note when a runtime certificate file is specified, we still honor/use the build time
0 commit comments