some cleanup and documentation of *Operation classes

This commit is contained in:
Vincent Breitmoser
2014-10-15 16:57:23 +02:00
parent be9b483ee8
commit b6c7231a7f
6 changed files with 60 additions and 8 deletions

View File

@@ -102,7 +102,6 @@ public class PgpDecryptVerify extends BaseOperation {
// mandatory parameter
private Context mContext;
private ProviderHelper mProviderHelper;
private PassphraseCacheInterface mPassphraseCache;
private InputData mData;
private OutputStream mOutStream;