6688110: JSlider has incorrect javadoc for the setValueIsAdjusting method
authorrupashka
Thu, 05 Jun 2008 13:30:41 +0400
changeset 679 bb198a1a00fa
parent 678 7d331a53a753
child 680 eaff686e34f7
6688110: JSlider has incorrect javadoc for the setValueIsAdjusting method Summary: The sentence about ChangeEvents generation was removed Reviewed-by: peterz
jdk/src/share/classes/javax/swing/JSlider.java
--- a/jdk/src/share/classes/javax/swing/JSlider.java	Wed Jun 04 18:48:42 2008 +0400
+++ b/jdk/src/share/classes/javax/swing/JSlider.java	Thu Jun 05 13:30:41 2008 +0400
@@ -638,9 +638,7 @@
     /**
      * Sets the model's {@code valueIsAdjusting} property.  Slider look and
      * feel implementations should set this property to {@code true} when
-     * a knob drag begins, and to {@code false} when the drag ends.  The
-     * slider model will not generate {@code ChangeEvent}s while
-     * {@code valueIsAdjusting} is {@code true}.
+     * a knob drag begins, and to {@code false} when the drag ends.
      *
      * @param b the new value for the {@code valueIsAdjusting} property
      * @see   #getValueIsAdjusting