mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Merge pull request #57 from andrewgaul/static-inner-classes
Make an inner class static
This commit is contained in:
commit
b0ff343f98
@ -324,7 +324,7 @@ public class ImapResponseParser {
|
|||||||
* Represents an IMAP list response and is also the base class for the
|
* Represents an IMAP list response and is also the base class for the
|
||||||
* ImapResponse.
|
* ImapResponse.
|
||||||
*/
|
*/
|
||||||
public class ImapList extends ArrayList<Object> {
|
public static class ImapList extends ArrayList<Object> {
|
||||||
private static final long serialVersionUID = -4067248341419617583L;
|
private static final long serialVersionUID = -4067248341419617583L;
|
||||||
|
|
||||||
public ImapList getList(int index) {
|
public ImapList getList(int index) {
|
||||||
|
Loading…
Reference in New Issue
Block a user