From 8c44c394bf82a9a8b30bef32ddf46aeed31d8ae4 Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Mon, 3 Mar 2014 10:14:41 -0500 Subject: Doc fixups to ContentResolver, MediaRouter. Change-Id: Ie821f971adf8fbbbbb6347713ae658e421d81cb8 --- core/java/android/content/ContentResolver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android') 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 true changes to URIs beginning with uri * will also cause notifications to be sent. If false only changes to the exact URI - * specified by uri will cause notifications to be sent. If true, than any URI values + * specified by uri will cause notifications to be sent. If true, 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 -- cgit v1.2.3