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

repackaging: some classes moved to book package (synchronization with library-service branch)

This commit is contained in:
Nikolay Pultsin 2013-01-14 04:34:16 +04:00
parent 840b03f68e
commit fbec1dc704
17 changed files with 25 additions and 12 deletions

View file

@ -21,6 +21,7 @@ package org.geometerplus.fbreader.library;
import java.util.*;
import org.geometerplus.fbreader.book.*;
import org.geometerplus.fbreader.tree.FBTree;
public abstract class LibraryTree extends FBTree {