8006813: Compilation error in PKCS12KeyStore.java

Reviewed-by: valeriep
This commit is contained in:
Sean Mullan 2013-01-23 20:46:39 -05:00
parent b680bc8ca7
commit 930299d58c

@ -840,7 +840,7 @@ public final class PKCS12KeyStore extends KeyStoreSpi {
new PrivilegedAction<String>() {
public String run() {
String prop =
Security.getProperty
Security.getProperty(
KEY_PROTECTION_ALGORITHM[0]);
if (prop == null) {
prop = Security.getProperty(