corrected commit
mCurrentPassPhrase, mChangePassPhrase Minor variable naming Issue #338
This commit is contained in:
@@ -48,5 +48,5 @@ public abstract class KeyServer {
|
||||
|
||||
abstract String get(long keyId) throws QueryException;
|
||||
|
||||
abstract void add(String armouredText) throws AddKeyException;
|
||||
abstract void add(String armoredText) throws AddKeyException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user