1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

synchronization with library-service branch

This commit is contained in:
Nikolay Pultsin 2013-01-14 04:49:48 +04:00
parent fbec1dc704
commit 8b9530c36b
9 changed files with 14 additions and 14 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 = LibraryUtil.resource().getResource(resourceKey);
final ZLResource resource = Library.resource().getResource(resourceKey);
new FileTree(
this,
file,