Loading core/java/android/database/sqlite/SQLiteBindOrColumnIndexOutOfRangeException.java +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ 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 SQLiteBindOrColumnIndexOutOfRangeException() {} Loading core/java/android/database/sqlite/SQLiteDiskIOException.java +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ 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. */ public class SQLiteDiskIOException extends SQLiteException { Loading Loading
core/java/android/database/sqlite/SQLiteBindOrColumnIndexOutOfRangeException.java +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ 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 SQLiteBindOrColumnIndexOutOfRangeException() {} Loading
core/java/android/database/sqlite/SQLiteDiskIOException.java +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ 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. */ public class SQLiteDiskIOException extends SQLiteException { Loading