mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-24 08:38:51 -05:00
Remove unneeded static modifier
This commit is contained in:
parent
270d22681f
commit
3c1c1e4e58
@ -55,7 +55,7 @@ public class K9MailLib {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static interface DebugStatus {
|
public interface DebugStatus {
|
||||||
boolean enabled();
|
boolean enabled();
|
||||||
|
|
||||||
boolean debugSensitive();
|
boolean debugSensitive();
|
||||||
@ -68,7 +68,7 @@ public class K9MailLib {
|
|||||||
debugStatus = status;
|
debugStatus = status;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static interface WritableDebugStatus extends DebugStatus {
|
private interface WritableDebugStatus extends DebugStatus {
|
||||||
void setEnabled(boolean enabled);
|
void setEnabled(boolean enabled);
|
||||||
|
|
||||||
void setSensitive(boolean sensitive);
|
void setSensitive(boolean sensitive);
|
||||||
|
Loading…
Reference in New Issue
Block a user