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

Commit 56965f97 authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

Merge "Fix an inconsistent comment."

parents 01e78a60 ebc016c0
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.