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

Commit 3c1c1e4e authored by Jan Berkel's avatar Jan Berkel
Browse files

Remove unneeded static modifier

parent 270d2268
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ public class K9MailLib {
        }
    }

    public static interface DebugStatus {
    public interface DebugStatus {
        boolean enabled();

        boolean debugSensitive();
@@ -68,7 +68,7 @@ public class K9MailLib {
        debugStatus = status;
    }

    private static interface WritableDebugStatus extends DebugStatus {
    private interface WritableDebugStatus extends DebugStatus {
        void setEnabled(boolean enabled);

        void setSensitive(boolean sensitive);