jdk/src/share/classes/javax/swing/JButton.java
changeset 20169 d7fa6d7586c9
parent 11268 f0e59c4852de
child 20455 f6f9a0c2796b
--- a/jdk/src/share/classes/javax/swing/JButton.java	Wed Sep 25 17:08:31 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/JButton.java	Wed Sep 25 17:35:22 2013 +0400
@@ -149,7 +149,7 @@
 
 
     /**
-     * Returns a string that specifies the name of the L&F class
+     * Returns a string that specifies the name of the L&F class
      * that renders this component.
      *
      * @return the string "ButtonUI"
@@ -157,7 +157,7 @@
      * @see UIDefaults#getUI
      * @beaninfo
      *        expert: true
-     *   description: A string that specifies the name of the L&F class.
+     *   description: A string that specifies the name of the L&F class.
      */
     public String getUIClassID() {
         return uiClassID;