Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b5c3598 authored by Fyodor Kupolov's avatar Fyodor Kupolov
Browse files

Fix JavaDoc for enableWriteAheadLogging

Test: build
Bug: 65206410
Bug: 64262688
Change-Id: I92e27b048ae8717c5007ac39d6a6de7b59dc7072
parent d1af7d80
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2006,7 +2006,6 @@ public final class SQLiteDatabase extends SQLiteClosable {
     *     SQLiteDatabase db = SQLiteDatabase.openDatabase("db_filename", cursorFactory,
     *             SQLiteDatabase.CREATE_IF_NECESSARY | SQLiteDatabase.ENABLE_WRITE_AHEAD_LOGGING,
     *             myDatabaseErrorHandler);
     *     db.enableWriteAheadLogging();
     * </pre></code>
     * </p><p>
     * Another way to enable write-ahead logging is to call {@link #enableWriteAheadLogging}