diff options
| author | 2019-11-12 15:29:04 -0800 | |
|---|---|---|
| committer | 2019-11-12 15:29:04 -0800 | |
| commit | fcf4eace37e087ebbad866a5e2d16f044d0a2eb5 (patch) | |
| tree | 2e236cbbc50feeb16a2f48e3e415f6b1033b2b90 | |
| parent | bdaa73c0f99b42c9137fb4931e11cf32010aeedf (diff) | |
| parent | 748dd651f40120ff0114919dec173de1d2d189d4 (diff) | |
Merge "docs: fix typos" into qt-dev
am: 748dd651f4
Change-Id: I795c039941adfb8d6743d7af3224231f864efd57
| -rw-r--r-- | core/java/android/widget/NumberPicker.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/widget/NumberPicker.java b/core/java/android/widget/NumberPicker.java index 685e8de3c01a..ef68ce7daf59 100644 --- a/core/java/android/widget/NumberPicker.java +++ b/core/java/android/widget/NumberPicker.java @@ -1266,12 +1266,12 @@ public class NumberPicker extends LinearLayout { * current value is set to the {@link NumberPicker#getMaxValue()} value. * </p> * <p> - * If the argument is less than the {@link NumberPicker#getMaxValue()} and + * If the argument is more than the {@link NumberPicker#getMaxValue()} and * {@link NumberPicker#getWrapSelectorWheel()} is <code>false</code> the * current value is set to the {@link NumberPicker#getMaxValue()} value. * </p> * <p> - * If the argument is less than the {@link NumberPicker#getMaxValue()} and + * If the argument is more than the {@link NumberPicker#getMaxValue()} and * {@link NumberPicker#getWrapSelectorWheel()} is <code>true</code> the * current value is set to the {@link NumberPicker#getMinValue()} value. * </p> |