From 7364477528488b52071d58a287b888faef222a05 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Wed, 21 Mar 2012 19:24:32 -0700 Subject: Fix typo... and build Change-Id: Ifc3c99c1e43423d0419031c7a389738b2232c6bd --- core/java/android/database/sqlite/SQLiteDatabase.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/java/android/database/sqlite') 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. */ -- cgit v1.1