diff options
Diffstat (limited to 'libjava/java/awt/KeyEventPostProcessor.java')
-rw-r--r-- | libjava/java/awt/KeyEventPostProcessor.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/awt/KeyEventPostProcessor.java b/libjava/java/awt/KeyEventPostProcessor.java index 5069aaf510c..0bf6fe650b7 100644 --- a/libjava/java/awt/KeyEventPostProcessor.java +++ b/libjava/java/awt/KeyEventPostProcessor.java @@ -1,5 +1,5 @@ /* KeyEventPostProcessor.java -- performs actions after a key event dispatch - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -50,7 +50,7 @@ import java.awt.event.KeyEvent; * post-processed elsewhere. Therefore, it is unnecessary for the user * to register the focus manager as a dispatcher. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see KeyboardFocusManager#addKeyEventPostProcessor(KeyEventPostProcessor) * @see KeyboardFocusManager#removeKeyEventPostProcessor(KeyEventPostProcessor) * @since 1.4 |