diff options
| author | Selim Gurun <sgurun@google.com> | 2013-04-04 17:14:29 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-04-04 17:14:29 +0000 |
| commit | 38915fd4d466cc233189bf5b5c11d7f03a416d35 (patch) | |
| tree | eb39a3edefe98598e35b3dec670f78a6b7e27249 /core/java/android/webkit/WebView.java | |
| parent | aa2163dd2a7b59b284cfe8a2ff3966a1a1b0ebb8 (diff) | |
Revert "Add a delimiter between scheme and host"
This reverts commit aa2163dd2a7b59b284cfe8a2ff3966a1a1b0ebb8
Change-Id: I19e98182e97b8e81cabe3ff09897b82d50ce968e
Diffstat (limited to 'core/java/android/webkit/WebView.java')
| -rw-r--r-- | core/java/android/webkit/WebView.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index 11062a2a4241..e4936532a0b8 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -588,8 +588,7 @@ public class WebView extends AbsoluteLayout * Saves the username and password for a particular host in this WebView's * internal database. * - * @param host the host that required the credentials. It is recommended that - * the host is given using scheme://hostname format. + * @param host the host that required the credentials * @param username the username for the given host * @param password the password for the given host */ |
