Skip to content

Commit f10e633

Browse files
committed
docs: fix markup error
Change-Id: Icea017095f58068c55dd3c1c18cecbdf06afb595
1 parent 9f2a011 commit f10e633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/java/android/view/WindowManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ public static boolean mayUseInputMethod(int flags) {
685685
/** Adjustment option for {@link #softInputMode}: set to allow the
686686
* window to be resized when an input
687687
* method is shown, so that its contents are not covered by the input
688-
* method. This can <em>not<em> be combined with
688+
* method. This can <em>not</em> be combined with
689689
* {@link #SOFT_INPUT_ADJUST_PAN}; if
690690
* neither of these are set, then the system will try to pick one or
691691
* the other depending on the contents of the window.
@@ -696,7 +696,7 @@ public static boolean mayUseInputMethod(int flags) {
696696
* pan when an input method is
697697
* shown, so it doesn't need to deal with resizing but just panned
698698
* by the framework to ensure the current input focus is visible. This
699-
* can <em>not<em> be combined with {@link #SOFT_INPUT_ADJUST_RESIZE}; if
699+
* can <em>not</em> be combined with {@link #SOFT_INPUT_ADJUST_RESIZE}; if
700700
* neither of these are set, then the system will try to pick one or
701701
* the other depending on the contents of the window.
702702
*/

0 commit comments

Comments
 (0)