jdk/src/java.desktop/share/classes/javax/swing/ArrayTable.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
--- a/jdk/src/java.desktop/share/classes/javax/swing/ArrayTable.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/javax/swing/ArrayTable.java	Thu Oct 30 07:31:41 2014 -0700
@@ -51,7 +51,7 @@
     /**
      * Writes the passed in ArrayTable to the passed in ObjectOutputStream.
      * The data is saved as an integer indicating how many key/value
-     * pairs are being archived, followed by the the key/value pairs. If
+     * pairs are being archived, followed by the key/value pairs. If
      * <code>table</code> is null, 0 will be written to <code>s</code>.
      * <p>
      * This is a convenience method that ActionMap/InputMap and