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

Commit d4fff154 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove manual descriptions of nullability in docs."

parents 45c3db2d 8c80a3f7
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1469,9 +1469,8 @@ public abstract class ContentProvider implements ContentInterface, ComponentCall
     * This method can be called from multiple threads, as described in
     * <a href="{@docRoot}guide/topics/fundamentals/processes-and-threads.html#Threads">Processes
     * and Threads</a>.
     * @param uri The content:// URI of the insertion request. This must not be {@code null}.
     * @param uri The content:// URI of the insertion request.
     * @param values A set of column_name/value pairs to add to the database.
     *     This must not be {@code null}.
     * @return The URI for the newly inserted item.
     */
    @Override
@@ -1538,7 +1537,6 @@ public abstract class ContentProvider implements ContentInterface, ComponentCall
     * @param uri The URI to query. This can potentially have a record ID if this
     * is an update request for a specific record.
     * @param values A set of column_name/value pairs to update in the database.
     *     This must not be {@code null}.
     * @param selection An optional filter to match rows to update.
     * @return the number of rows affected.
     */