From cc08bb8884d7ab720296cc63f8098249659c48b1 Mon Sep 17 00:00:00 2001 From: Vasu Nori Date: Thu, 1 Jul 2010 18:55:30 -0700 Subject: [PATCH] fix broken-build Change-Id: I0f956d87c26100ddb12e1736a0ec02e1b17e166f --- core/java/android/database/AbstractCursor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/database/AbstractCursor.java b/core/java/android/database/AbstractCursor.java index 8434ca5c5c819..9b14998eeba2b 100644 --- a/core/java/android/database/AbstractCursor.java +++ b/core/java/android/database/AbstractCursor.java @@ -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;