OSDN Git Service

Fix javadoc build
authorJonathan Dixon <joth@google.com>
Thu, 28 Feb 2013 23:32:10 +0000 (15:32 -0800)
committerJonathan Dixon <joth@google.com>
Thu, 28 Feb 2013 23:32:10 +0000 (15:32 -0800)
Change-Id: I99eb6713fb221e1a3a8e54d621038104913dc03a

core/java/android/webkit/WebIconDatabase.java
core/java/android/webkit/WebSettings.java

index 787997b..e574593 100644 (file)
@@ -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 {
index a69c8cf..0ab49ac 100644 (file)
@@ -530,7 +530,7 @@ public abstract class WebSettings {
     /**
      * Gets whether light touches are enabled.
      * @see #setLightTouchEnabled
-     * @deprecated
+     * @deprecated This setting is obsolete.
      */
     @Deprecated
     public boolean getLightTouchEnabled() {