summaryrefslogtreecommitdiffstats
path: root/core/java/android/database
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-03-21 19:24:32 -0700
committerJean-Baptiste Queru <jbq@google.com>2012-03-21 19:24:32 -0700
commit7364477528488b52071d58a287b888faef222a05 (patch)
treeaf4b3dff1b8eae9497f511eec7af7e7dbc6c7331 /core/java/android/database
parent2d0087246732bbac41573ee0204ad61b1127074b (diff)
downloadframeworks_base-7364477528488b52071d58a287b888faef222a05.zip
frameworks_base-7364477528488b52071d58a287b888faef222a05.tar.gz
frameworks_base-7364477528488b52071d58a287b888faef222a05.tar.bz2
Fix typo... and build
Change-Id: Ifc3c99c1e43423d0419031c7a389738b2232c6bd
Diffstat (limited to 'core/java/android/database')
-rw-r--r--core/java/android/database/sqlite/SQLiteDatabase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/database/sqlite/SQLiteDatabase.java b/core/java/android/database/sqlite/SQLiteDatabase.java
index e575c26..24a7800 100644
--- a/core/java/android/database/sqlite/SQLiteDatabase.java
+++ b/core/java/android/database/sqlite/SQLiteDatabase.java
@@ -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.
*/