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

AbstractLibrary has gone

This commit is contained in:
Nikolay Pultsin 2013-01-14 05:12:07 +04:00
parent 42b9345d5a
commit 64911efecf
4 changed files with 7 additions and 161 deletions

View file

@ -29,7 +29,7 @@ import org.geometerplus.android.fbreader.library.SQLiteBooksDatabase;
public class LibraryService extends Service implements Library.ChangeListener {
public final class LibraryImplementation extends LibraryInterface.Stub {
private final AbstractLibrary myBaseLibrary;
private final Library myBaseLibrary;
LibraryImplementation() {
BooksDatabase database = SQLiteBooksDatabase.Instance();