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

code simplification

This commit is contained in:
Nikolay Pultsin 2011-07-14 11:15:15 +01:00
parent 06522921a2
commit 63e99307bd
4 changed files with 27 additions and 31 deletions

View file

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