diff options
| author | Nate Fischer <ntfschr@google.com> | 2018-12-26 15:36:35 -0800 |
|---|---|---|
| committer | Nate Fischer <ntfschr@google.com> | 2018-12-26 15:36:35 -0800 |
| commit | e0938b86aeb9609739a9c1dc05d05707e6cf08c2 (patch) | |
| tree | f4ea77e357f8ba61001ff3e5f7d7e6dadf44d60d /core/java/android/webkit/WebView.java | |
| parent | 9ed1114ec7575acd9b06fe430769a8cadcf38273 (diff) | |
WebView: no bars in javadoc
No change to logic, only docs change.
The bar/pipe symbols have no meaning in javadoc. We should mark this
with {@code} instead.
Bug: 122046530
Test: None
Change-Id: I594480ea3bf4fec9c87a48275364c7c616a0e3ea
Diffstat (limited to 'core/java/android/webkit/WebView.java')
| -rw-r--r-- | core/java/android/webkit/WebView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index 9371342ae1a0..a9781e397946 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -837,7 +837,7 @@ public class WebView extends AbsoluteLayout /** * Asynchronously evaluates JavaScript in the context of the currently displayed page. - * If non-null, |resultCallback| will be invoked with any result returned from that + * If non-null, {@code resultCallback} will be invoked with any result returned from that * execution. This method must be called on the UI thread and the callback will * be made on the UI thread. * <p> |
