Just fixing some typo
This commit is contained in:
@@ -26,9 +26,9 @@ class Keystore
|
||||
if (keystore != null)
|
||||
{
|
||||
if (keystore.path != null && keystore.path != "") path = keystore.path;
|
||||
if (keystore.password != null) path = keystore.password;
|
||||
if (keystore.alias != null) path = keystore.alias;
|
||||
if (keystore.aliasPassword != null) path = keystore.aliasPassword;
|
||||
if (keystore.password != null) password = keystore.password;
|
||||
if (keystore.alias != null) alias = keystore.alias;
|
||||
if (keystore.aliasPassword != null) aliasPassword = keystore.aliasPassword;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user