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

Commit b0c6dbd5 authored by Jeff Hamilton's avatar Jeff Hamilton Committed by The Android Open Source Project
Browse files

AI 147255: am: CL 147253 am: CL 147250 Fix a nasty typo in the docs for...

AI 147255: am: CL 147253 am: CL 147250 Fix a nasty typo in the docs for ContentResolver.update(). No code changes.
  Original author: jham
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 147255
parent 9daf96a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -541,7 +541,7 @@ public abstract class ContentResolver {
                     A null value will remove an existing field value.
     * @param where A filter to apply to rows before deleting, formatted as an SQL WHERE clause
                    (excluding the WHERE itself).
     * @return the URL of the newly created row
     * @return The number of rows updated.
     * @throws NullPointerException if uri or values are null
     */
    public final int update(Uri uri, ContentValues values, String where,