jdk/src/share/classes/javax/swing/InputVerifier.java
changeset 21982 fd6e5fe509df
parent 5506 202f599c92aa
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/javax/swing/InputVerifier.java	Thu Dec 05 09:44:53 2013 +0100
+++ b/jdk/src/share/classes/javax/swing/InputVerifier.java	Thu Dec 05 18:04:12 2013 +0400
@@ -47,7 +47,7 @@
  * either by clicking in it or by pressing TAB. However, if another string
  * is entered in the first text field, then the user will be unable to
  * transfer focus to the second text field.
- * <p>
+ *
  * <pre>
  * import java.awt.*;
  * import java.util.*;