From 47aaba3faf5c950e1d7b2c613fe8e2c73c6748a7 Mon Sep 17 00:00:00 2001 From: Jonathan Dixon Date: Fri, 30 Nov 2012 16:32:17 -0800 Subject: Fix broken more JavaDoc links Change-Id: Ic1c74c739a668871e37b7b5868f1bc9ed3a65828 --- core/java/android/webkit/WebViewClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/webkit/WebViewClient.java') diff --git a/core/java/android/webkit/WebViewClient.java b/core/java/android/webkit/WebViewClient.java index 556b2d2defe9..e8974c6cda33 100644 --- a/core/java/android/webkit/WebViewClient.java +++ b/core/java/android/webkit/WebViewClient.java @@ -214,7 +214,7 @@ public class WebViewClient { * @param handler the HttpAuthHandler used to set the WebView's response * @param host the host requiring authentication * @param realm the realm for which authentication is required - * @see Webview#getHttpAuthUsernamePassword + * @see WebView#getHttpAuthUsernamePassword */ public void onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler, String host, String realm) { -- cgit v1.2.3