Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dad03326 authored by Andrew Gaul's avatar Andrew Gaul
Browse files

Make an inner class static

parent 0619eaf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {