mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
formatting cleanup + @Override
This commit is contained in:
parent
a5d033bd81
commit
d8abdb0bd3
6 changed files with 10 additions and 9 deletions
|
@ -306,6 +306,7 @@ public final class SQLiteBooksDatabase extends BooksDatabase {
|
|||
}
|
||||
|
||||
private SQLiteStatement myInsertBookInfoStatement;
|
||||
@Override
|
||||
protected long insertBookInfo(ZLFile file, String encoding, String language, String title) {
|
||||
if (myInsertBookInfoStatement == null) {
|
||||
myInsertBookInfoStatement = myDatabase.compileStatement(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue