diff options
| author | Narayan Kamath <narayan@google.com> | 2015-06-25 10:02:08 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-25 10:02:08 +0000 |
| commit | c279a835d5dcb16ac5b4b5311940de5b4fbd72aa (patch) | |
| tree | 4ef62e63131133b9137299fc26246832458a8c4d /core/java/android/webkit/WebViewClient.java | |
| parent | 00d28aee898cf50530b61d099228745f674fa8da (diff) | |
| parent | 37c688948d4464d636cd64c537b98697cb4b795d (diff) | |
am 37c68894: am a78c0e0b: Merge "Fixed Javadoc typos"
* commit '37c688948d4464d636cd64c537b98697cb4b795d':
Fixed Javadoc typos
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 de8ccc100880..f2bb55a7db13 100644 --- a/core/java/android/webkit/WebViewClient.java +++ b/core/java/android/webkit/WebViewClient.java @@ -415,7 +415,7 @@ public class WebViewClient { * Notify the host application that the scale applied to the WebView has * changed. * - * @param view he WebView that is initiating the callback. + * @param view The WebView that is initiating the callback. * @param oldScale The old scale factor * @param newScale The new scale factor */ |
