Remove redundant cast

cusax-fix
Ingo Bauersachs 13 years ago
parent 303f31bc8f
commit 9a68e07922

@ -68,7 +68,7 @@ public SortedGenericSourceContact( ContactQuery parentQuery,
*/
public int compareTo(SourceContact o)
{
SourceContact target = (SourceContact) o;
SourceContact target = o;
int comparePresence = 0;
if (getPresenceStatus() != null && target.getPresenceStatus() != null)

Loading…
Cancel
Save