summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
diff options
context:
space:
mode:
authorElliot Waite <elliotwaite@google.com>2017-01-26 04:29:43 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-01-26 04:29:46 +0000
commit3366d4beb4bed4fdebd062315dfce2edaadd5807 (patch)
tree7e86b7cbb4d6d44a8149906ae01dff5a40d724c0 /core/java/android/inputmethodservice/InputMethodService.java
parentee9f03d1ed263d975fea213453204729ec80730f (diff)
parent54de77470de4f605eef7f4b4e01718b301fe275e (diff)
Merge "Fix @links in reference docs." into nyc-mr1-dev
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) {