Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8101ab91 authored by Andrew Solovay's avatar Andrew Solovay Committed by Automerger Merge Worker
Browse files

Merge "docs: Fixing typos in SQLite...Exception docs" into tm-dev am:...

Merge "docs: Fixing typos in SQLite...Exception docs" into tm-dev am: 3271ef39 am: 92cf6eaa am: 9745cfed

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20844453



Change-Id: I23df3d1dfdf32f004c46e48b3c0a7b4b8a6e7ab8
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents efccbddf 9745cfed
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,7 @@
package android.database.sqlite;
package android.database.sqlite;


/**
/**
 * Thrown if the the bind or column parameter index is out of range
 * Thrown if the bind or column parameter index is out of range.
 */
 */
public class SQLiteBindOrColumnIndexOutOfRangeException extends SQLiteException {
public class SQLiteBindOrColumnIndexOutOfRangeException extends SQLiteException {
    public SQLiteBindOrColumnIndexOutOfRangeException() {}
    public SQLiteBindOrColumnIndexOutOfRangeException() {}
+1 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,7 @@
package android.database.sqlite;
package android.database.sqlite;


/**
/**
 * An exception that indicates that an IO error occured while accessing the 
 * Indicates that an IO error occurred while accessing the
 * SQLite database file.
 * SQLite database file.
 */
 */
public class SQLiteDiskIOException extends SQLiteException {
public class SQLiteDiskIOException extends SQLiteException {