summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
diff options
context:
space:
mode:
authorElliot Waite <elliotwaite@google.com>2017-01-26 04:39:53 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-26 04:39:53 +0000
commitde2557f3696439f09ac7b3dfbd90c7b2ff2fe30d (patch)
treecf945f1d663f224f3368d7654b3256e6199dbb43 /core/java/android/inputmethodservice/InputMethodService.java
parent32e6da5b846b77ce6b30da7dba5090645d807283 (diff)
parentab978c035eda5e6e42f3856d5edf132e76e45994 (diff)
Fix @links in reference docs. am: 54de77470d
am: ab978c035e Change-Id: Ibec2b85708f9ff923156f4d867c9c2f71c75d41c
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
-rw-r--r--core/java/android/inputmethodservice/InputMethodService.java8
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) {