diff options
Diffstat (limited to 'core/java/android')
-rw-r--r-- | core/java/android/appwidget/AppWidgetManager.java | 2 | ||||
-rw-r--r-- | core/java/android/os/FileObserver.java | 2 | ||||
-rw-r--r-- | core/java/android/webkit/package.html | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/core/java/android/appwidget/AppWidgetManager.java b/core/java/android/appwidget/AppWidgetManager.java index 3dd640c..285bc0c 100644 --- a/core/java/android/appwidget/AppWidgetManager.java +++ b/core/java/android/appwidget/AppWidgetManager.java @@ -238,7 +238,7 @@ public class AppWidgetManager { public static final String EXTRA_CUSTOM_SORT = "customSort"; /** - * A sentiel value that the AppWidget manager will never return as a appWidgetId. + * A sentinel value that the AppWidget manager will never return as a appWidgetId. */ public static final int INVALID_APPWIDGET_ID = 0; diff --git a/core/java/android/os/FileObserver.java b/core/java/android/os/FileObserver.java index 667ce68..d633486 100644 --- a/core/java/android/os/FileObserver.java +++ b/core/java/android/os/FileObserver.java @@ -32,7 +32,7 @@ import java.util.HashMap; * * <p>Each FileObserver instance monitors a single file or directory. * If a directory is monitored, events will be triggered for all files and - * subdirectories (recursively) inside the monitored directory.</p> + * subdirectories inside the monitored directory.</p> * * <p>An event mask is used to specify which changes or actions to report. * Event type constants are used to describe the possible changes in the diff --git a/core/java/android/webkit/package.html b/core/java/android/webkit/package.html index 4ed08da..7182488 100644 --- a/core/java/android/webkit/package.html +++ b/core/java/android/webkit/package.html @@ -1,7 +1,7 @@ <html> <body> -Provides tools for browsing the web. -<p>The only classes or interfaces in this package intended for use by SDK -developers are WebView, BroswerCallbackAdapter, BrowserCallback, and CookieManager. +<p>Provides tools for browsing the web. +<p>For more information about building apps with web-based content, see the +<a href="{@docRoot}guide/webapps/overview.html">Web Apps Overview</a>. </body> </html>
\ No newline at end of file |