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

SQLiteBooksDatabase moved to libraryService package

This commit is contained in:
Nikolay Pultsin 2013-01-14 05:43:07 +04:00
parent 576a903da6
commit f172477537
6 changed files with 6 additions and 6 deletions

View file

@ -25,8 +25,6 @@ import android.os.IBinder;
import org.geometerplus.fbreader.library.*;
import org.geometerplus.android.fbreader.library.SQLiteBooksDatabase;
public class LibraryService extends Service implements Library.ChangeListener {
public final class LibraryImplementation extends LibraryInterface.Stub {
private final Library myBaseLibrary;