summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebIconDatabase.java
diff options
context:
space:
mode:
authorJonathan Dixon <joth@google.com>2013-02-28 15:32:10 -0800
committerJonathan Dixon <joth@google.com>2013-02-28 15:32:10 -0800
commit98fac170b14e30104ef3fcff03cf9512e59d1aaf (patch)
tree87cea7cffbd06075a6b4b8f1f2ccedd41df4c6a5 /core/java/android/webkit/WebIconDatabase.java
parent835b1fcc3193e0860ec33cca1c4cdff31f409473 (diff)
Fix javadoc build
Change-Id: I99eb6713fb221e1a3a8e54d621038104913dc03a
Diffstat (limited to 'core/java/android/webkit/WebIconDatabase.java')
-rw-r--r--core/java/android/webkit/WebIconDatabase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/webkit/WebIconDatabase.java b/core/java/android/webkit/WebIconDatabase.java
index 787997bd2096..e574593fa918 100644
--- a/core/java/android/webkit/WebIconDatabase.java
+++ b/core/java/android/webkit/WebIconDatabase.java
@@ -25,7 +25,7 @@ import android.graphics.Bitmap;
* and WebView.getIconDatabase() will return a WebIconDatabase object. This
* WebIconDatabase object is a single instance and all methods operate on that
* single object.
- * The main use-case for this class is calling {@link WebIconDatabase#open()}
+ * The main use-case for this class is calling {@link #open}
* to enable favicon functionality on all WebView instances in this process.
*
* @deprecated This class is only required when running on devices
@@ -35,7 +35,7 @@ import android.graphics.Bitmap;
public class WebIconDatabase {
/**
* Interface for receiving icons from the database.
- * @deprecated
+ * @deprecated This interface is obsolete.
*/
@Deprecated
public interface IconListener {