diff options
Diffstat (limited to 'libjava/javax/swing/ComponentInputMap.java')
-rw-r--r-- | libjava/javax/swing/ComponentInputMap.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libjava/javax/swing/ComponentInputMap.java b/libjava/javax/swing/ComponentInputMap.java index 84110c5..1c85892 100644 --- a/libjava/javax/swing/ComponentInputMap.java +++ b/libjava/javax/swing/ComponentInputMap.java @@ -39,17 +39,17 @@ package javax.swing; /** - * @author Andrew Selkirk + * @author Andrew Selkirk * @author Michael Koch */ public class ComponentInputMap extends InputMap { - /** + /** * The component to notify. - */ - private JComponent component; + */ + private JComponent component; - /** + /** * Creates <code>ComponentInputMap</code> object that notifies the given * component about changes to it. * |