1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 18:29:23 +02:00

library building optimization

This commit is contained in:
Nikolay Pultsin 2012-09-16 13:48:52 +03:00
parent 6fa0fe8da3
commit c765fa9b5e
6 changed files with 56 additions and 13 deletions

View file

@ -88,11 +88,6 @@ public class BookTree extends LibraryTree {
return book != null && book.equals(Book);
}
@Override
protected String getSortKey() {
return "BSK:" + super.getSortKey();
}
@Override
public int compareTo(FBTree tree) {
final int cmp = super.compareTo(tree);