mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Removed override merely calling super()
This commit is contained in:
parent
bff1602da1
commit
9413cf5c9d
@ -1991,11 +1991,6 @@ public class WebDavStore extends Store {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return super.hashCode();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getUidFromMessageId(Message message) throws MessagingException {
|
||||
Log.e(K9.LOG_TAG,
|
||||
|
Loading…
Reference in New Issue
Block a user