ECMA48Backend compiles
[fanfix.git] / src / jexer / event / TResizeEvent.java
index aabf0514648b925e42db438010f47258f471a011..101b8f3bd96ced30bb5413b0a905efeda87a4e2d 100644 (file)
@@ -66,7 +66,7 @@ public class TResizeEvent extends TInputEvent {
      *
      * @param type the Type of resize, Screen or Widget
      * @param width the new width
-     * @param width the new height
+     * @param height the new height
      */
     public TResizeEvent(Type type, int width, int height) {
        this.type   = type;