fix broken-build
Change-Id: I0f956d87c26100ddb12e1736a0ec02e1b17e166f
This commit is contained in:
@@ -462,8 +462,8 @@ public abstract class AbstractCursor implements CrossProcessCursor {
|
||||
|
||||
protected int mPos;
|
||||
/**
|
||||
* If {@link mRowIdColumnIndex} is not -1 this contains contains the value of
|
||||
* the column at {@link mRowIdColumnIndex} for the current row this cursor is
|
||||
* If {@link #mRowIdColumnIndex} is not -1 this contains contains the value of
|
||||
* the column at {@link #mRowIdColumnIndex} for the current row this cursor is
|
||||
* pointing at.
|
||||
*/
|
||||
protected Long mCurrentRowID;
|
||||
|
||||
Reference in New Issue
Block a user