Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc08bb88 authored by Vasu Nori's avatar Vasu Nori
Browse files

fix broken-build

Change-Id: I0f956d87c26100ddb12e1736a0ec02e1b17e166f
parent 5468cab7
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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;