corrected commit

mCurrentPassPhrase, mChangePassPhrase

Minor variable naming Issue #338
This commit is contained in:
Ankush
2014-03-06 10:05:43 +05:30
parent 5f3c9f3eb9
commit 8e29b82d6d
28 changed files with 85 additions and 85 deletions

View File

@@ -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;
}