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

class Library has gone

This commit is contained in:
Nikolay Pultsin 2013-02-11 02:16:14 +04:00
parent fda55ae93d
commit 98806a06ec
10 changed files with 19 additions and 57 deletions

View file

@ -35,7 +35,7 @@ public class FileFirstLevelTree extends FirstLevelTree {
private void addChild(String path, String resourceKey) {
final ZLFile file = ZLFile.createFileByPath(path);
if (file != null) {
final ZLResource resource = Library.resource().getResource(resourceKey);
final ZLResource resource = resource().getResource(resourceKey);
new FileTree(
this,
file,