From 5f005c9eb7bf0bcebab9d438aa43150de6a449d6 Mon Sep 17 00:00:00 2001
From: Joshua Baxter
- * 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 false the
* current value is set to the {@link NumberPicker#getMaxValue()} value.
*
- * 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 true the
* current value is set to the {@link NumberPicker#getMinValue()} value.
*