diff options
| author | John Spurlock <jspurlock@google.com> | 2014-03-03 17:00:49 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-03 17:00:49 +0000 |
| commit | 841aa8db20d09d80cd71ef2ed8eaebd4ebccfcc5 (patch) | |
| tree | 849bed9636f51dcbb56893f7ceff54b2c4dc23ef /core/java/android | |
| parent | e2b220e8c50a7f51edd85e26a3084d9b525587a7 (diff) | |
| parent | 5237a792aabaa49063b15cefa26f0341ea9cd311 (diff) | |
am 5237a792: am 8c44c394: Doc fixups to ContentResolver, MediaRouter.
* commit '5237a792aabaa49063b15cefa26f0341ea9cd311':
Doc fixups to ContentResolver, MediaRouter.
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/content/ContentResolver.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/ContentResolver.java b/core/java/android/content/ContentResolver.java index ba93a2063f05..2bf4d7d3dd7a 100644 --- a/core/java/android/content/ContentResolver.java +++ b/core/java/android/content/ContentResolver.java @@ -1535,7 +1535,7 @@ public abstract class ContentResolver { * for a whole class of content. * @param notifyForDescendents If <code>true</code> changes to URIs beginning with <code>uri</code> * will also cause notifications to be sent. If <code>false</code> only changes to the exact URI - * specified by <em>uri</em> will cause notifications to be sent. If true, than any URI values + * specified by <em>uri</em> will cause notifications to be sent. If <code>true</code>, any URI values * at or below the specified URI will also trigger a match. * @param observer The object that receives callbacks when changes occur. * @see #unregisterContentObserver |
