remove unused NonPgpPartException
This commit is contained in:
@@ -39,18 +39,6 @@ import java.util.ArrayList;
|
|||||||
public class ImportKeysListLoader
|
public class ImportKeysListLoader
|
||||||
extends AsyncTaskLoader<AsyncTaskResultWrapper<ArrayList<ImportKeysListEntry>>> {
|
extends AsyncTaskLoader<AsyncTaskResultWrapper<ArrayList<ImportKeysListEntry>>> {
|
||||||
|
|
||||||
public static class NonPgpPartException extends Exception {
|
|
||||||
private int mCount;
|
|
||||||
|
|
||||||
public NonPgpPartException(int count) {
|
|
||||||
this.mCount = count;
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getCount() {
|
|
||||||
return mCount;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
final Context mContext;
|
final Context mContext;
|
||||||
final InputData mInputData;
|
final InputData mInputData;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user