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/WebView.java | |
| parent | 7c28219cc959c29792b85372dac587b2b7b49214 (diff) | |
Fix broken more JavaDoc links
Change-Id: Ic1c74c739a668871e37b7b5868f1bc9ed3a65828
Diffstat (limited to 'core/java/android/webkit/WebView.java')
| -rw-r--r-- | core/java/android/webkit/WebView.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index 6aadaf91e15d..441b7b0000cd 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -615,7 +615,7 @@ public class WebView extends AbsoluteLayout * @param realm the realm to which the credentials apply * @param username the username * @param password the password - * @see getHttpAuthUsernamePassword + * @see #getHttpAuthUsernamePassword * @see WebViewDatabase#hasHttpAuthUsernamePassword * @see WebViewDatabase#clearHttpAuthUsernamePassword */ @@ -635,7 +635,7 @@ public class WebView extends AbsoluteLayout * @return the credentials as a String array, if found. The first element * is the username and the second element is the password. Null if * no credentials are found. - * @see setHttpAuthUsernamePassword + * @see #setHttpAuthUsernamePassword * @see WebViewDatabase#hasHttpAuthUsernamePassword * @see WebViewDatabase#clearHttpAuthUsernamePassword */ |
