More PMD warnings
[nikiroo-utils.git] / src / jexer / TInputBox.java
index bf54f1c2c80e653a9f39c686542150f4eb60bd09..50dba36b606ec8a5cedfa691207a2f25239cc65e 100644 (file)
@@ -32,7 +32,6 @@ package jexer;
  * TInputBox is a system-modal dialog with an OK button and a text input
  * field.  Call it like:
  *
- * <p>
  * <pre>
  * {@code
  *     box = application.inputBox(title, caption);