am 09259de0: Merge "Fix JavaDoc error in I392166c77cd9dd2c432dc4f1274312f8355de02b." into mnc-dev

* commit '09259de032c5209cbc8c094bd4121358932f1139':
  Fix JavaDoc error in I392166c77cd9dd2c432dc4f1274312f8355de02b.
This commit is contained in:
Yohei Yukawa
2015-06-12 05:02:59 +00:00
committed by Android Git Automerger

View File

@@ -410,7 +410,8 @@ public class Keyboard {
* <ul> * <ul>
* <li>This is a sticky key, that is, {@link #sticky} is {@code true}. * <li>This is a sticky key, that is, {@link #sticky} is {@code true}.
* <li>The parameter {@code inside} is {@code true}. * <li>The parameter {@code inside} is {@code true}.
* <li>{@link Build.VERSION.SDK_INT} is greater than {@link VERSION_CODES.LOLLIPOP_MR1}. * <li>{@link android.os.Build.VERSION#SDK_INT} is greater than
* {@link android.os.Build.VERSION_CODES#LOLLIPOP_MR1}.
* </ul> * </ul>
* *
* @param inside whether the finger was released inside the key. Works only on Android M and * @param inside whether the finger was released inside the key. Works only on Android M and