mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8302696: Revert API signature changes made in JDK-8285504 and JDK-8285263
Reviewed-by: mullan
This commit is contained in:
parent
628a3f173a
commit
9486969bd3
3 changed files with 3 additions and 3 deletions
|
@ -427,7 +427,7 @@ public class CertStore {
|
|||
* {@literal "LDAP"} if no such property exists.
|
||||
*/
|
||||
@SuppressWarnings("removal")
|
||||
public static String getDefaultType() {
|
||||
public static final String getDefaultType() {
|
||||
String cstype;
|
||||
cstype = AccessController.doPrivileged((PrivilegedAction<String>) () ->
|
||||
Security.getProperty(CERTSTORE_TYPE));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue