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

UniqueKey has been defined for all the FBTree's

This commit is contained in:
Nikolay Pultsin 2011-07-13 22:19:15 +01:00
parent cbb58c4d11
commit 3b0179460c
14 changed files with 137 additions and 83 deletions

View file

@ -36,6 +36,11 @@ public class BookTree extends LibraryTree {
return Book.getTitle();
}
@Override
protected String getStringId() {
return getName();
}
@Override
public String getSummary() {
if (!myShowAuthors) {