5109918: Wrong documentation for JSpinner.DateEditor constructor

Reviewed-by: alexsch, azvegint
This commit is contained in:
Sergey Bylokhov 2015-05-13 19:19:03 +03:00
parent 619677d0dc
commit acbb57df0f

View File

@ -970,7 +970,7 @@ public class JSpinner extends JComponent implements Accessible
* and editing the value of a <code>SpinnerDateModel</code>
* with a <code>JFormattedTextField</code>. <code>This</code>
* <code>DateEditor</code> becomes both a <code>ChangeListener</code>
* on the spinners model and a <code>PropertyChangeListener</code>
* on the spinner and a <code>PropertyChangeListener</code>
* on the new <code>JFormattedTextField</code>.
*
* @param spinner the spinner whose model <code>this</code> editor will monitor