mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -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
|
||||
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 InputData mInputData;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user