jdk/src/java.desktop/share/classes/javax/swing/text/html/FormView.java
changeset 28236 610561ed1847
parent 28231 b608ffcaed74
parent 28059 e576535359cc
child 32865 f9cb6e427f9e
--- a/jdk/src/java.desktop/share/classes/javax/swing/text/html/FormView.java	Tue Dec 16 09:57:33 2014 -0800
+++ b/jdk/src/java.desktop/share/classes/javax/swing/text/html/FormView.java	Tue Dec 16 09:58:02 2014 -0800
@@ -37,7 +37,7 @@
  * Component decorator that implements the view interface
  * for form elements, <input>, <textarea>,
  * and <select>.  The model for the component is stored
- * as an attribute of the the element (using StyleConstants.ModelAttribute),
+ * as an attribute of the element (using StyleConstants.ModelAttribute),
  * and is used to build the component of the view.  The type
  * of the model is assumed to of the type that would be set by
  * <code>HTMLDocument.HTMLReader.FormAction</code>.  If there are