jdk/src/java.desktop/share/classes/javax/swing/SpinnerModel.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
--- a/jdk/src/java.desktop/share/classes/javax/swing/SpinnerModel.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/javax/swing/SpinnerModel.java	Thu Oct 30 07:31:41 2014 -0700
@@ -53,7 +53,7 @@
  *   <dd>The preceding element or null if <code>value</code> is the
  *     first element of the sequence.
  * </dl>
- * When the the <code>value</code> property changes,
+ * When the <code>value</code> property changes,
  * <code>ChangeListeners</code> are notified.  <code>SpinnerModel</code> may
  * choose to notify the <code>ChangeListeners</code> under other circumstances.
  *