jdk/src/share/classes/javax/swing/ComponentInputMap.java
changeset 24983 f5a6e2ed8c7d
parent 23697 e556a715949f
--- a/jdk/src/share/classes/javax/swing/ComponentInputMap.java	Wed Jun 18 17:31:01 2014 +0400
+++ b/jdk/src/share/classes/javax/swing/ComponentInputMap.java	Wed Jun 18 17:34:05 2014 +0400
@@ -78,7 +78,9 @@
     }
 
     /**
-     * Returns the component the <code>InputMap</code> was created for.
+     * Returns the component the {@code InputMap} was created for.
+     *
+     * @return the component the {@code InputMap} was created for.
      */
     public JComponent getComponent() {
         return component;