diff options
Diffstat (limited to 'libjava/java/awt/im/spi/InputMethod.java')
-rw-r--r-- | libjava/java/awt/im/spi/InputMethod.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/awt/im/spi/InputMethod.java b/libjava/java/awt/im/spi/InputMethod.java index 0e981efb87f..18f7a7b17a3 100644 --- a/libjava/java/awt/im/spi/InputMethod.java +++ b/libjava/java/awt/im/spi/InputMethod.java @@ -1,5 +1,5 @@ /* InputMethod.java -- defines an interface for complex text input - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -51,7 +51,7 @@ import java.util.Locale; * <p>These contexts can be loaded by the input method framework, using * {@link InputContext#selectInputMethod(Locale)}. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 * @status updated to 1.4 */ |