summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/Context.java
diff options
context:
space:
mode:
authorDan Egnor <egnor@google.com>2009-12-30 19:29:03 -0800
committerDan Egnor <egnor@google.com>2010-01-04 10:14:21 -0800
commite38d58bf890c03eb034afd18c62c730c7d735f1c (patch)
treef8b42d11fc37826b1afd7a7242f94eee83299458 /core/java/android/content/Context.java
parent2c3058a88f035398fee4321a15347ca51af31cc7 (diff)
downloadframeworks_base-e38d58bf890c03eb034afd18c62c730c7d735f1c.zip
frameworks_base-e38d58bf890c03eb034afd18c62c730c7d735f1c.tar.gz
frameworks_base-e38d58bf890c03eb034afd18c62c730c7d735f1c.tar.bz2
Remove Google-specific (or only-used-by-Google-code) classes.
Fix a small typo in Context javadoc.
Diffstat (limited to 'core/java/android/content/Context.java')
-rw-r--r--core/java/android/content/Context.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java
index 2ab5357..bf15871 100644
--- a/core/java/android/content/Context.java
+++ b/core/java/android/content/Context.java
@@ -1314,7 +1314,7 @@ public abstract class Context {
/**
* Use with {@link #getSystemService} to retrieve a
- * {@blink android.appwidget.AppWidgetManager} for accessing AppWidgets.
+ * {@link android.appwidget.AppWidgetManager} for accessing AppWidgets.
*
* @hide
* @see #getSystemService
@@ -1323,7 +1323,7 @@ public abstract class Context {
/**
* Use with {@link #getSystemService} to retrieve an
- * {@blink android.backup.IBackupManager IBackupManager} for communicating
+ * {@link android.backup.IBackupManager IBackupManager} for communicating
* with the backup mechanism.
* @hide
*
@@ -1333,7 +1333,7 @@ public abstract class Context {
/**
* Use with {@link #getSystemService} to retrieve a
- * {@blink android.os.DropBox DropBox} instance for recording
+ * {@link android.os.DropBox DropBox} instance for recording
* diagnostic logs.
* @see #getSystemService
*/