From 406aeb2a9da867f2f5211bc20fa4d6faff3efae8 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Mon, 23 Apr 2012 18:17:19 +0100 Subject: Update WebViewClassic JavaDoc to refer to WebView Change-Id: I5152ce82111dc661e5dc723d5c3402f2765b7312 --- core/java/android/webkit/WebView.java | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'core/java/android/webkit/WebView.java') diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index d3d3d49f6620..f9c1b096bf8c 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -253,17 +253,13 @@ import java.util.Map; * and {@link WebChromeClient#onHideCustomView()} are required, * {@link WebChromeClient#getVideoLoadingProgressView()} is optional. *

- * - * - */ -/* - * Implementation notes. - * The WebView is a thin API class that delegates its public API to a backend WebViewProvider - * class instance. WebView extends {@link AbsoluteLayout} for backward compatibility reasons. - * Methods are delegated to the provider implementation: all public API methods introduced in this - * file are fully delegated, whereas public and protected methods from the View base classes are - * only delegated where a specific need exists for them to do so. */ +// Implementation notes. +// The WebView is a thin API class that delegates its public API to a backend WebViewProvider +// class instance. WebView extends {@link AbsoluteLayout} for backward compatibility reasons. +// Methods are delegated to the provider implementation: all public API methods introduced in this +// file are fully delegated, whereas public and protected methods from the View base classes are +// only delegated where a specific need exists for them to do so. @Widget public class WebView extends AbsoluteLayout implements ViewTreeObserver.OnGlobalFocusChangeListener, -- cgit v1.2.3