From eeb7e0fd7a4cc9ea49fda82909114b1ad027aec7 Mon Sep 17 00:00:00 2001 From: rupashka Date: Thu, 5 Jun 2008 13:30:41 +0400 Subject: [PATCH] 6688110: JSlider has incorrect javadoc for the setValueIsAdjusting method Summary: The sentence about ChangeEvents generation was removed Reviewed-by: peterz --- src/share/classes/javax/swing/JSlider.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/share/classes/javax/swing/JSlider.java b/src/share/classes/javax/swing/JSlider.java index d436f32f1..6432b9f59 100644 --- a/src/share/classes/javax/swing/JSlider.java +++ b/src/share/classes/javax/swing/JSlider.java @@ -638,9 +638,7 @@ public class JSlider extends JComponent implements SwingConstants, Accessible { /** * 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 -- GitLab