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

Commit f40ac1bf authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[sqlite] Fix docs typo" into main

parents c041995b dd4f1b0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -693,7 +693,7 @@ public final class SQLiteDatabase extends SQLiteClosable {
     * Begins a transaction in DEFERRED mode, with the android-specific constraint that the
     * Begins a transaction in DEFERRED mode, with the android-specific constraint that the
     * transaction is read-only. The database may not be modified inside a read-only transaction.
     * transaction is read-only. The database may not be modified inside a read-only transaction.
     * <p>
     * <p>
     * Read-only transactions may run concurrently with other read-only transactions, and if they
     * Read-only transactions may run concurrently with other read-only transactions, and if the
     * database is in WAL mode, they may also run concurrently with IMMEDIATE or EXCLUSIVE
     * database is in WAL mode, they may also run concurrently with IMMEDIATE or EXCLUSIVE
     * transactions.
     * transactions.
     * <p>
     * <p>