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

Commit 9745cfed 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: 3271ef39 am: 92cf6eaa

parents f72f03be 92cf6eaa
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 {