More PMD warnings
[fanfix.git] / src / jexer / TDesktop.java
index 07a29a3397b64847bb0a0d6fa8e439ac11bfa583..1167e0cf004d0579538e11561f056a42711244c8 100644 (file)
@@ -33,7 +33,6 @@ import jexer.bits.GraphicsChars;
 import jexer.event.TKeypressEvent;
 import jexer.event.TMenuEvent;
 import jexer.event.TMouseEvent;
-import jexer.event.TResizeEvent;
 
 /**
  * TDesktop is a special-class window that is drawn underneath everything
@@ -48,7 +47,7 @@ import jexer.event.TResizeEvent;
  * <li>Keypress events are seen if no other windows are open.</li>
  * <li>Menu events are seen if no other windows are open.</li>
  * <li>Command events are seen if no other windows are open.</li>
- * <ul>
+ * </ul>
  */
 public class TDesktop extends TWindow {