Skip to content

Commit 7364477

Browse files
author
Jean-Baptiste Queru
committed
Fix typo... and build
Change-Id: Ifc3c99c1e43423d0419031c7a389738b2232c6bd
1 parent 2d00872 commit 7364477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/java/android/database/sqlite/SQLiteDatabase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1826,7 +1826,7 @@ public void setMaxSqlCacheSize(int cacheSize) {
18261826
*
18271827
* @return true if write-ahead-logging is set. false otherwise
18281828
*
1829-
* @throw IllegalStateException if there are transactions in progress at the
1829+
* @throws IllegalStateException if there are transactions in progress at the
18301830
* time this method is called. WAL mode can only be changed when there are no
18311831
* transactions in progress.
18321832
*/
@@ -1882,7 +1882,7 @@ public boolean enableWriteAheadLogging() {
18821882
/**
18831883
* This method disables the features enabled by {@link #enableWriteAheadLogging()}.
18841884
*
1885-
* @throw IllegalStateException if there are transactions in progress at the
1885+
* @throws IllegalStateException if there are transactions in progress at the
18861886
* time this method is called. WAL mode can only be changed when there are no
18871887
* transactions in progress.
18881888
*/

0 commit comments

Comments
 (0)