Loading core/java/android/database/AbstractCursor.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -462,8 +462,8 @@ public abstract class AbstractCursor implements CrossProcessCursor { protected int mPos; protected int mPos; /** /** * If {@link mRowIdColumnIndex} is not -1 this contains contains the value of * If {@link #mRowIdColumnIndex} is not -1 this contains contains the value of * the column at {@link mRowIdColumnIndex} for the current row this cursor is * the column at {@link #mRowIdColumnIndex} for the current row this cursor is * pointing at. * pointing at. */ */ protected Long mCurrentRowID; protected Long mCurrentRowID; Loading Loading
core/java/android/database/AbstractCursor.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -462,8 +462,8 @@ public abstract class AbstractCursor implements CrossProcessCursor { protected int mPos; protected int mPos; /** /** * If {@link mRowIdColumnIndex} is not -1 this contains contains the value of * If {@link #mRowIdColumnIndex} is not -1 this contains contains the value of * the column at {@link mRowIdColumnIndex} for the current row this cursor is * the column at {@link #mRowIdColumnIndex} for the current row this cursor is * pointing at. * pointing at. */ */ protected Long mCurrentRowID; protected Long mCurrentRowID; Loading