Merge "Fix typos in JavaDoc for InputConnection" into nyc-mr1-dev

This commit is contained in:
TreeHugger Robot
2016-09-02 00:16:01 +00:00
committed by Android (Google) Code Review

View File

@@ -43,12 +43,14 @@ import android.view.KeyEvent;
* in {@link android.os.Build.VERSION_CODES#HONEYCOMB}.</li> * in {@link android.os.Build.VERSION_CODES#HONEYCOMB}.</li>
* <li>{@link #requestCursorUpdates(int)}, which was introduced in * <li>{@link #requestCursorUpdates(int)}, which was introduced in
* {@link android.os.Build.VERSION_CODES#LOLLIPOP}.</li> * {@link android.os.Build.VERSION_CODES#LOLLIPOP}.</li>
* <li>{@link #deleteSurroundingTextInCodePoints(int, int)}}, which * <li>{@link #deleteSurroundingTextInCodePoints(int, int)}, which
* was introduced in {@link android.os.Build.VERSION_CODES#N}.</li> * was introduced in {@link android.os.Build.VERSION_CODES#N}.</li>
* <li>{@link #getHandler()}}, which was introduced in * <li>{@link #getHandler()}, which was introduced in
* {@link android.os.Build.VERSION_CODES#N}.</li> * {@link android.os.Build.VERSION_CODES#N}.</li>
* <li>{@link #closeConnection()}}, which was introduced in * <li>{@link #closeConnection()}, which was introduced in
* {@link android.os.Build.VERSION_CODES#N}.</li> * {@link android.os.Build.VERSION_CODES#N}.</li>
* <li>{@link #commitContent(InputContentInfo, int, Bundle)}, which was
* introduced in {@link android.os.Build.VERSION_CODES#N_MR1}.</li>
* </ul> * </ul>
* *
* <h3>Implementing an IME or an editor</h3> * <h3>Implementing an IME or an editor</h3>