jdk/src/share/classes/javax/swing/JSeparator.java
changeset 20157 cafca01a8e28
parent 11268 f0e59c4852de
child 20455 f6f9a0c2796b
--- a/jdk/src/share/classes/javax/swing/JSeparator.java	Tue Sep 24 12:25:50 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/JSeparator.java	Tue Sep 24 16:36:00 2013 +0400
@@ -108,7 +108,7 @@
     }
 
     /**
-     * Returns the L&F object that renders this component.
+     * Returns the L&F object that renders this component.
      *
      * @return the SeparatorUI object that renders this component
      */
@@ -117,9 +117,9 @@
     }
 
     /**
-     * Sets the L&F object that renders this component.
+     * Sets the L&F object that renders this component.
      *
-     * @param ui  the SeparatorUI L&F object
+     * @param ui  the SeparatorUI L&F object
      * @see UIDefaults#getUI
      * @beaninfo
      *        bound: true
@@ -142,7 +142,7 @@
 
 
     /**
-     * Returns the name of the L&F class that renders this component.
+     * Returns the name of the L&F class that renders this component.
      *
      * @return the string "SeparatorUI"
      * @see JComponent#getUIClassID