fix broken-build

Change-Id: I0f956d87c26100ddb12e1736a0ec02e1b17e166f
This commit is contained in:
Vasu Nori
2010-07-01 18:55:30 -07:00
parent 5468cab7fb
commit cc08bb8884

View File

@@ -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;