mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-30 12:32:17 -05:00
remove unused NonPgpPartException
This commit is contained in:
parent
2bb7c3bcef
commit
efe5c80b1c
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user