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
1 changed files with 0 additions and 1 deletions

View File

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