diff options
| author | John Spurlock <jspurlock@google.com> | 2014-03-03 17:10:31 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-03 17:10:31 +0000 |
| commit | 388eece1eae65d460d1cd29afe1ac9df79bf2885 (patch) | |
| tree | c2b863e294d589108eb453b919a33be2725591ce /core/java/android | |
| parent | 04c5bcf2bb82099fa8c02dd9a38ccac36d326373 (diff) | |
| parent | d708b2f12bb8e85e34ac28d3d905e9701a554cfd (diff) | |
am d708b2f1: am e3a6a7b4: am 841aa8db: am 5237a792: am 8c44c394: Doc fixups to ContentResolver, MediaRouter.
* commit 'd708b2f12bb8e85e34ac28d3d905e9701a554cfd':
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 |
