Removed override merely calling super()

This commit is contained in:
András Veres-Szentkirályi 2012-07-06 14:24:44 +02:00
parent bff1602da1
commit 9413cf5c9d
1 changed files with 0 additions and 5 deletions

View File

@ -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,