OSDN Git Service

AI 147255: am: CL 147253 am: CL 147250 Fix a nasty typo in the docs for ContentResolv...
authorJeff Hamilton <>
Tue, 21 Apr 2009 22:16:13 +0000 (15:16 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 21 Apr 2009 22:16:13 +0000 (15:16 -0700)
  Original author: jham
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 147255

core/java/android/content/ContentResolver.java

index 0d886ee..0a71d57 100644 (file)
@@ -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,