diff options
| author | Jonathan Dixon <joth@google.com> | 2012-11-30 16:32:17 -0800 |
|---|---|---|
| committer | Jonathan Dixon <joth@google.com> | 2012-11-30 16:32:17 -0800 |
| commit | 47aaba3faf5c950e1d7b2c613fe8e2c73c6748a7 (patch) | |
| tree | bd82de17406fa67c4a66d4fad9075d38bf8db79e /core/java/android/webkit/WebViewClient.java | |
| parent | 7c28219cc959c29792b85372dac587b2b7b49214 (diff) | |
Fix broken more JavaDoc links
Change-Id: Ic1c74c739a668871e37b7b5868f1bc9ed3a65828
Diffstat (limited to 'core/java/android/webkit/WebViewClient.java')
| -rw-r--r-- | core/java/android/webkit/WebViewClient.java | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
