jdk/src/share/classes/java/awt/peer/TextComponentPeer.java
changeset 20469 47a792bd7dbf
parent 5506 202f599c92aa
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/java/awt/peer/TextComponentPeer.java	Tue Oct 08 21:24:49 2013 +0400
+++ b/jdk/src/share/classes/java/awt/peer/TextComponentPeer.java	Tue Oct 08 23:34:20 2013 +0400
@@ -60,11 +60,11 @@
     /**
      * Sets the content for the text component.
      *
-     * @param l the content to set
+     * @param text the content to set
      *
      * @see TextComponent#setText(String)
      */
-    void setText(String l);
+    void setText(String text);
 
     /**
      * Returns the start index of the current selection.