From 7364c11185b474addcdd783a9a3756e99a91d983 Mon Sep 17 00:00:00 2001 From: kopriva Date: Thu, 27 Sep 2018 11:02:07 -0700 Subject: [PATCH] docs: fix bug 37054309, becuase typo Test: make ds-docs Bug: 37054309 Change-Id: I726ed84d62df4036cc274c48ae2f6968f2b7cc3f Exempt-From-Owner-Approval: Docs-only change --- core/java/android/database/sqlite/SQLiteDatabase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/database/sqlite/SQLiteDatabase.java b/core/java/android/database/sqlite/SQLiteDatabase.java index 96cd043b86764..db991482b2460 100644 --- a/core/java/android/database/sqlite/SQLiteDatabase.java +++ b/core/java/android/database/sqlite/SQLiteDatabase.java @@ -641,7 +641,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