Merge "Fix javadoc build" into jb-mr2-dev

This commit is contained in:
Jonathan Dixon
2013-02-28 23:37:23 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 3 deletions

View 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 {

View 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() {