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

Commit 7d32b3d4 authored by Tobias Baum's avatar Tobias Baum
Browse files

Removed unnecessary overriding methods

parent a9aa4645
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1194,11 +1194,6 @@ public class Pop3Store extends Store {
            mSize = size;
        }

        @Override
        protected void parse(InputStream in) throws IOException, MessagingException {
            super.parse(in);
        }

        @Override
        public void setFlag(Flag flag, boolean set) throws MessagingException {
            super.setFlag(flag, set);
+0 −5
Original line number Diff line number Diff line
@@ -2029,11 +2029,6 @@ public class WebDavStore extends Store {
            this.mSize = size;
        }

        @Override
        public void parse(InputStream in) throws IOException, MessagingException {
            super.parse(in);
        }

        public void setFlagInternal(Flag flag, boolean set) throws MessagingException {
            super.setFlag(flag, set);
        }