1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-07 02:30:10 -05:00

Removed @Override flag from compareTo method, since it isn't in the superclass.

This commit is contained in:
Bradley Young 2009-02-15 16:30:37 +00:00
parent 7e492a0505
commit 16252e4ad4

View File

@ -2115,7 +2115,6 @@ public class FolderMessageList extends ExpandableListActivity
} }
} }
@Override
public int compareTo(MessageInfoHolder o) public int compareTo(MessageInfoHolder o)
{ {
int ascender = (sortAscending ? 1 : -1); int ascender = (sortAscending ? 1 : -1);