aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/swing/ComponentInputMap.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/swing/ComponentInputMap.java')
-rw-r--r--libjava/javax/swing/ComponentInputMap.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/libjava/javax/swing/ComponentInputMap.java b/libjava/javax/swing/ComponentInputMap.java
index 84110c5f0f2..1c85892f56a 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.
*