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

Commit 5b866cfd authored by kopriva's avatar kopriva Committed by android-build-merger
Browse files

Merge "docs: fix bug 37054309, becuase typo" into pi-dev am: 9359f368

am: e052af44

Change-Id: Iac54fec0d8cd2729ea31ea1a2d139d74d1a78cb0
parents 88f0f6c9 e052af44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -649,7 +649,7 @@ public final class SQLiteDatabase extends SQLiteClosable {
     * successful so far. Do not call setTransactionSuccessful before calling this. When this
     * returns a new transaction will have been created but not marked as successful.
     * @return true if the transaction was yielded
     * @deprecated if the db is locked more than once (becuase of nested transactions) then the lock
     * @deprecated if the db is locked more than once (because of nested transactions) then the lock
     *   will not be yielded. Use yieldIfContendedSafely instead.
     */
    @Deprecated