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

Commit b8c8dbe6 authored by Vasu Nori's avatar Vasu Nori Committed by Android (Google) Code Review
Browse files

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

parents d28f5c48 071df261
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */