Merge "change TAG value from "Cursor" to "SQLiteCursor""

This commit is contained in:
Vasu Nori
2010-09-14 16:04:26 -07:00
committed by Android (Google) Code Review

View File

@@ -40,7 +40,7 @@ import java.util.concurrent.locks.ReentrantLock;
* threads should perform its own synchronization when using the SQLiteCursor.
*/
public class SQLiteCursor extends AbstractWindowedCursor {
static final String TAG = "Cursor";
static final String TAG = "SQLiteCursor";
static final int NO_COUNT = -1;
/** The name of the table to edit */