This commit is contained in:
Athou
2015-07-27 14:38:52 +02:00
parent cba3fbeb5f
commit 9424237534
4 changed files with 11 additions and 11 deletions

View File

@@ -62,7 +62,7 @@ public class FeedEntryStatusDAO extends GenericDAO<FeedEntryStatus> {
builder.append(o2.getEntryUpdated(), o1.getEntryUpdated());
builder.append(o2.getId(), o1.getId());
return builder.toComparison();
};
}
};
private static final Comparator<FeedEntryStatus> STATUS_COMPARATOR_ASC = Ordering.from(STATUS_COMPARATOR_DESC).reverse();