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

Commit 73644775 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Fix typo... and build

Change-Id: Ifc3c99c1e43423d0419031c7a389738b2232c6bd
parent 2d008724
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1826,7 +1826,7 @@ public final class SQLiteDatabase extends SQLiteClosable {
     *
     * @return true if write-ahead-logging is set. false otherwise
     *
     * @throw IllegalStateException if there are transactions in progress at the
     * @throws IllegalStateException if there are transactions in progress at the
     * time this method is called.  WAL mode can only be changed when there are no
     * transactions in progress.
     */
@@ -1882,7 +1882,7 @@ public final class SQLiteDatabase extends SQLiteClosable {
    /**
     * This method disables the features enabled by {@link #enableWriteAheadLogging()}.
     *
     * @throw IllegalStateException if there are transactions in progress at the
     * @throws IllegalStateException if there are transactions in progress at the
     * time this method is called.  WAL mode can only be changed when there are no
     * transactions in progress.
     */