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

Commit ebc016c0 authored by Jeff Brown's avatar Jeff Brown
Browse files

Fix an inconsistent comment.

Change-Id: Iae40dfcca091c9886a05e483f51596c96014e57f
parent d4e34d61
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -65,8 +65,7 @@ public class SQLiteCursor extends AbstractWindowedCursor {
     * interface. For a query such as: {@code SELECT name, birth, phone FROM
     * myTable WHERE ... LIMIT 1,20 ORDER BY...} the column names (name, birth,
     * phone) would be in the projection argument and everything from
     * {@code FROM} onward would be in the params argument. This constructor
     * has package scope.
     * {@code FROM} onward would be in the params argument.
     *
     * @param db a reference to a Database object that is already constructed
     *     and opened. This param is not used any longer
@@ -86,8 +85,7 @@ public class SQLiteCursor extends AbstractWindowedCursor {
     * interface. For a query such as: {@code SELECT name, birth, phone FROM
     * myTable WHERE ... LIMIT 1,20 ORDER BY...} the column names (name, birth,
     * phone) would be in the projection argument and everything from
     * {@code FROM} onward would be in the params argument. This constructor
     * has package scope.
     * {@code FROM} onward would be in the params argument.
     *
     * @param editTable the name of the table used for this query
     * @param query the {@link SQLiteQuery} object associated with this cursor object.