diff options
| author | 2014-03-03 17:39:44 +0000 | |
|---|---|---|
| committer | 2014-03-03 17:39:44 +0000 | |
| commit | 9abfa111a37689f6b0374286513ffd2a995d82eb (patch) | |
| tree | bc07c023589eff3b7c0c03ecea11dfe68a70991d | |
| parent | 36c96866f316254ec3b22b2214eef0aa017421c0 (diff) | |
| parent | 388eece1eae65d460d1cd29afe1ac9df79bf2885 (diff) | |
am 388eece1: am d708b2f1: am e3a6a7b4: am 841aa8db: am 5237a792: am 8c44c394: Doc fixups to ContentResolver, MediaRouter.
* commit '388eece1eae65d460d1cd29afe1ac9df79bf2885':
Doc fixups to ContentResolver, MediaRouter.
| -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 86944168b5fb..f3c803d737f6 100644 --- a/core/java/android/content/ContentResolver.java +++ b/core/java/android/content/ContentResolver.java @@ -1540,7 +1540,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 |