mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
LibraryUtil => BookUtil
This commit is contained in:
parent
e588c37b3b
commit
370e99c34a
4 changed files with 5 additions and 5 deletions
|
@ -81,7 +81,7 @@ public class BookTree extends LibraryTree {
|
|||
|
||||
@Override
|
||||
protected ZLImage createCover() {
|
||||
return LibraryUtil.getCover(Book);
|
||||
return BookUtil.getCover(Book);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue