diff options
| author | Elliot Waite <elliotwaite@google.com> | 2017-01-26 04:34:57 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-01-26 04:34:57 +0000 |
| commit | ab978c035eda5e6e42f3856d5edf132e76e45994 (patch) | |
| tree | a4cd69b1c9f27e2a0d52f1e2f73ce604725483c8 /core/java/android/inputmethodservice/InputMethodService.java | |
| parent | 8ac1bff7e23ac984568652e1c5e9ffc7dd47e341 (diff) | |
| parent | 54de77470de4f605eef7f4b4e01718b301fe275e (diff) | |
Fix @links in reference docs.
am: 54de77470d
Change-Id: Id38c30bad13d6b61ed504a06471b9f197b360f7b
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
| -rw-r--r-- | core/java/android/inputmethodservice/InputMethodService.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/inputmethodservice/InputMethodService.java b/core/java/android/inputmethodservice/InputMethodService.java index fede77d9bb1d..9a6f804272b8 100644 --- a/core/java/android/inputmethodservice/InputMethodService.java +++ b/core/java/android/inputmethodservice/InputMethodService.java @@ -2370,16 +2370,16 @@ public class InputMethodService extends AbstractInputMethodService { } return true; } - + /** * Return text that can be used as a button label for the given * {@link EditorInfo#imeOptions EditorInfo.imeOptions}. Returns null * if there is no action requested. Note that there is no guarantee that * the returned text will be relatively short, so you probably do not * want to use it as text on a soft keyboard key label. - * - * @param imeOptions The value from @link EditorInfo#imeOptions EditorInfo.imeOptions}. - * + * + * @param imeOptions The value from {@link EditorInfo#imeOptions EditorInfo.imeOptions}. + * * @return Returns a label to use, or null if there is no action. */ public CharSequence getTextForImeAction(int imeOptions) { |
