diff options
| author | Nate Fischer <ntfschr@google.com> | 2017-09-14 01:22:53 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-09-14 01:22:53 +0000 |
| commit | a7c7899cf0b7eb1d45e6f95bf533fd019205f45c (patch) | |
| tree | 2cda3415e222638da0c82ba4ccde9437f629c7a5 /core/java/android/webkit/WebViewClient.java | |
| parent | 9918084fde6df8b26453a7dfc85495c2816c8571 (diff) | |
| parent | f02f846439b3e01adc34bde4d56ced1304ac8d84 (diff) | |
Merge "WebView: remove "</p>" tags from docs"
Diffstat (limited to 'core/java/android/webkit/WebViewClient.java')
| -rw-r--r-- | core/java/android/webkit/WebViewClient.java | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/core/java/android/webkit/WebViewClient.java b/core/java/android/webkit/WebViewClient.java index b750adadbf5f..c403ad2b56c8 100644 --- a/core/java/android/webkit/WebViewClient.java +++ b/core/java/android/webkit/WebViewClient.java @@ -66,7 +66,6 @@ public class WebViewClient { * with the request's url from inside the method and then return {@code true}, * as this will make WebView to attempt loading a non-http url, and thus fail.</li> * </ul> - * </p> * * @param view The WebView that is initiating the callback. * @param request Object containing the details of the request. @@ -130,15 +129,15 @@ public class WebViewClient { * <p>This method is called when the body of the HTTP response has started loading, is reflected * in the DOM, and will be visible in subsequent draws. This callback occurs early in the * document loading process, and as such you should expect that linked resources (for example, - * css and images) may not be available.</p> + * css and images) may not be available. * * <p>For more fine-grained notification of visual state updates, see {@link - * WebView#postVisualStateCallback}.</p> + * WebView#postVisualStateCallback}. * * <p>Please note that all the conditions and recommendations applicable to - * {@link WebView#postVisualStateCallback} also apply to this API.<p> + * {@link WebView#postVisualStateCallback} also apply to this API. * - * <p>This callback is only called for main frame navigations.</p> + * <p>This callback is only called for main frame navigations. * * @param view The {@link android.webkit.WebView} for which the navigation occurred. * @param url The URL corresponding to the page navigation that triggered this callback. |
