diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2019-02-09 02:33:11 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2019-02-09 02:33:11 +0000 |
| commit | 04898ff564fbda6d58693631ea633611585f8921 (patch) | |
| tree | 34a2d301ba6d8683436a6ce04d6751fa1cf3b94d /core/java/android/inputmethodservice/InputMethodService.java | |
| parent | 9fcdc1f9e0debe71f79cd430874208e9532178e8 (diff) | |
| parent | eb71e821edd929d48a824a9a4bbdfb710b50d324 (diff) | |
Snap for 5180536 from eb71e821edd929d48a824a9a4bbdfb710b50d324 to pi-platform-release
Change-Id: I7c5a9c9e96572c32eadd97448c4886f9c9150a19
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
| -rw-r--r-- | core/java/android/inputmethodservice/InputMethodService.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/inputmethodservice/InputMethodService.java b/core/java/android/inputmethodservice/InputMethodService.java index b4c8a5e504bc..d26c51628e22 100644 --- a/core/java/android/inputmethodservice/InputMethodService.java +++ b/core/java/android/inputmethodservice/InputMethodService.java @@ -2110,7 +2110,7 @@ public class InputMethodService extends AbstractInputMethodService { * Called when the application has reported a new location of its text * cursor. This is only called if explicitly requested by the input method. * The default implementation does nothing. - * @deprecated Use {#link onUpdateCursorAnchorInfo(CursorAnchorInfo)} instead. + * @deprecated Use {@link #onUpdateCursorAnchorInfo(CursorAnchorInfo)} instead. */ @Deprecated public void onUpdateCursor(Rect newCursor) { @@ -2177,7 +2177,7 @@ public class InputMethodService extends AbstractInputMethodService { } /** - * @return {#link ExtractEditText} if it is considered to be visible and active. Otherwise + * @return {@link ExtractEditText} if it is considered to be visible and active. Otherwise * {@code null} is returned. */ private ExtractEditText getExtractEditTextIfVisible() { |
