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:
parent
6fa0fe8da3
commit
c765fa9b5e
6 changed files with 56 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue