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

LibraryUtil => BookUtil

This commit is contained in:
Nikolay Pultsin 2013-01-14 07:10:50 +04:00
parent e588c37b3b
commit 370e99c34a
4 changed files with 5 additions and 5 deletions

View file

@ -81,7 +81,7 @@ public class BookTree extends LibraryTree {
@Override
protected ZLImage createCover() {
return LibraryUtil.getCover(Book);
return BookUtil.getCover(Book);
}
@Override