Loading core/java/android/database/MergeCursor.java +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ package android.database; /** * A convience class that lets you present an array of Cursors as a single linear Cursor. * A convenience class that lets you present an array of Cursors as a single linear Cursor. * The schema of the cursors presented is entirely up to the creator of the MergeCursor, and * may be different if that is desired. Calls to getColumns, getColumnIndex, etc will return the * value for the row that the MergeCursor is currently pointing at. Loading Loading
core/java/android/database/MergeCursor.java +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ package android.database; /** * A convience class that lets you present an array of Cursors as a single linear Cursor. * A convenience class that lets you present an array of Cursors as a single linear Cursor. * The schema of the cursors presented is entirely up to the creator of the MergeCursor, and * may be different if that is desired. Calls to getColumns, getColumnIndex, etc will return the * value for the row that the MergeCursor is currently pointing at. Loading