diff options
| author | Patrick Scott <phanna@android.com> | 2009-09-01 09:57:20 -0400 |
|---|---|---|
| committer | Patrick Scott <phanna@android.com> | 2009-09-01 09:57:20 -0400 |
| commit | 447811c64f60d29a5c0bf2d7ba94b91c68fe2612 (patch) | |
| tree | fb84c0f03ba13a8da9aadf03e581a25bf840eafa /core/java/android/webkit/WebViewClient.java | |
| parent | 05c9ed9ce1d920c322ee1431cfed64541f0acf3c (diff) | |
Fix a docs comment to match the parameter name.
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 a37195053a19..30dea7442fa3 100644 --- a/core/java/android/webkit/WebViewClient.java +++ b/core/java/android/webkit/WebViewClient.java @@ -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. */ |
