Hello.
Please review one more small fix for a typo in jdk9.

"Description for constructor "public JSpinner.DateEditor(JSpinner spinner)" containes:
     "This DateEditor becomes both a ChangeListener on the spinners model
      and a PropertyChangeListener on the new JFormattedTextField."
In fact DateEditor becomes a ChangeListener on the spinner but not on the spinners model"

All other constructors except this one were fixed already in https://bugs.openjdk.java.net/browse/JDK-4408581

Bug: https://bugs.openjdk.java.net/browse/JDK-5109918
Webrev can be found at: http://cr.openjdk.java.net/~serb/5109918/webrev.00

--
Best regards, Sergey.

Reply via email to