1
0
Fork 0
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:
Nikolay Pultsin 2012-04-23 01:54:23 +02:00
parent a5d033bd81
commit d8abdb0bd3
6 changed files with 10 additions and 9 deletions

View file

@ -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(