am 05a6f3cd: Merge change 23434 into eclair

Merge commit '05a6f3cde52e5fbbad5187615bfc87d58559161f' into eclair-plus-aosp

* commit '05a6f3cde52e5fbbad5187615bfc87d58559161f':
  Fix a docs comment to match the parameter name.
This commit is contained in:
Patrick Scott
2009-09-01 07:21:59 -07:00
committed by Android Git Automerger

View File

@@ -129,7 +129,7 @@ public class WebViewClient {
* (i.e. the main resource is unavailable). The errorCode parameter
* corresponds to one of the ERROR_* constants.
* @param view The WebView that is initiating the callback.
* @param code The error code corresponding to an ERROR_* value.
* @param errorCode The error code corresponding to an ERROR_* value.
* @param description A String describing the error.
* @param failingUrl The url that failed to load.
*/