mirror of
https://github.com/moparisthebest/k-9
synced 2024-10-31 15:45:08 -04:00
Make an inner class static
This commit is contained in:
parent
0619eaf79c
commit
dad0332667
@ -324,7 +324,7 @@ public class ImapResponseParser {
|
||||
* Represents an IMAP list response and is also the base class for the
|
||||
* ImapResponse.
|
||||
*/
|
||||
public class ImapList extends ArrayList<Object> {
|
||||
public static class ImapList extends ArrayList<Object> {
|
||||
private static final long serialVersionUID = -4067248341419617583L;
|
||||
|
||||
public ImapList getList(int index) {
|
||||
|
Loading…
Reference in New Issue
Block a user