diff options
Diffstat (limited to 'libjava/classpath/java/awt/event/WindowEvent.java')
-rw-r--r-- | libjava/classpath/java/awt/event/WindowEvent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/java/awt/event/WindowEvent.java b/libjava/classpath/java/awt/event/WindowEvent.java index 1298e1a..b52fefc 100644 --- a/libjava/classpath/java/awt/event/WindowEvent.java +++ b/libjava/classpath/java/awt/event/WindowEvent.java @@ -49,7 +49,7 @@ import java.awt.Window; * are three listeners, for three types of events: WindowListeners deal with * the lifecycle of a window, WindowStateListeners deal with window state * like maximization, and WindowFocusListeners deal with focus switching to - * or from a window. + * or from a window. * * @author Aaron M. Renn (arenn@urbanophile.com) * @see WindowAdapter |