diff options
| author | Taeho Kim <jyte82@gmail.com> | 2013-10-28 15:08:53 +0900 |
|---|---|---|
| committer | Taeho Kim <jyte82@gmail.com> | 2013-10-29 09:09:24 +0900 |
| commit | bd88de46a126c1e6dfc84ba6c1f942f51fe57582 (patch) | |
| tree | e87ba00c40f6015b5f5c4454b5723977970b630d /core/java/android/content/ContentProvider.java | |
| parent | a1b4d97b6920d3cd84fe19b07512a0de6996bb4c (diff) | |
Fixed typo errors in documentation
Fixed some type errors in developer documentation.
Change-Id: I92629a4350508fb96fda1842741c5ced64171464
Signed-off-by: Taeho Kim <jyte82@gmail.com>
Diffstat (limited to 'core/java/android/content/ContentProvider.java')
| -rw-r--r-- | core/java/android/content/ContentProvider.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/ContentProvider.java b/core/java/android/content/ContentProvider.java index cf627d7131ca..52b61de490b8 100644 --- a/core/java/android/content/ContentProvider.java +++ b/core/java/android/content/ContentProvider.java @@ -822,7 +822,7 @@ public abstract class ContentProvider implements ComponentCallbacks2 { * Implement this to handle requests to delete one or more rows. * The implementation should apply the selection clause when performing * deletion, allowing the operation to affect multiple rows in a directory. - * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyDelete()} + * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()} * after deleting. * This method can be called from multiple threads, as described in * <a href="{@docRoot}guide/topics/fundamentals/processes-and-threads.html#Threads">Processes |
