提交 ec91f18e 编写于 作者: M mullan

8006813: Compilation error in PKCS12KeyStore.java

Reviewed-by: valeriep
上级 a77b812a
...@@ -840,7 +840,7 @@ public final class PKCS12KeyStore extends KeyStoreSpi { ...@@ -840,7 +840,7 @@ public final class PKCS12KeyStore extends KeyStoreSpi {
new PrivilegedAction<String>() { new PrivilegedAction<String>() {
public String run() { public String run() {
String prop = String prop =
Security.getProperty Security.getProperty(
KEY_PROTECTION_ALGORITHM[0]); KEY_PROTECTION_ALGORITHM[0]);
if (prop == null) { if (prop == null) {
prop = Security.getProperty( prop = Security.getProperty(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册