diff options
| author | Yohei Yukawa <yukawa@google.com> | 2018-01-14 16:06:16 -0800 |
|---|---|---|
| committer | Yohei Yukawa <yukawa@google.com> | 2018-01-14 16:06:16 -0800 |
| commit | b2a0e0509a4f8415d21c8f7835038fd66859338c (patch) | |
| tree | 66d95f3ce76d46e5e379acd5f4190e4c82e42ed9 /core/java/android/inputmethodservice/InputMethodService.java | |
| parent | 4d5420f06613901aafb2cc35f317fecda43a1964 (diff) | |
Fix JavaDoc errors
Test: make -j checkbuild
Change-Id: Id68ebd3588cd286c821da49e3bda4299d311e8b9
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
| -rw-r--r-- | core/java/android/inputmethodservice/InputMethodService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/inputmethodservice/InputMethodService.java b/core/java/android/inputmethodservice/InputMethodService.java index 8937490091d0..38d42e91162f 100644 --- a/core/java/android/inputmethodservice/InputMethodService.java +++ b/core/java/android/inputmethodservice/InputMethodService.java @@ -2754,7 +2754,7 @@ public class InputMethodService extends AbstractInputMethodService { * application. * This cannot be {@code null}. * @param inputConnection {@link InputConnection} with which - * {@link InputConnection#commitContent(InputContentInfo, Bundle)} will be called. + * {@link InputConnection#commitContent(InputContentInfo, int, Bundle)} will be called. * @hide */ @Override |
