File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/java/android/database/sqlite Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments