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:
parent
42b9345d5a
commit
64911efecf
4 changed files with 7 additions and 161 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue