changeset 21957 | 97758de70fbd |
parent 20451 | 4cedf4e1560a |
child 23010 | 6dadb192ad81 |
--- a/jdk/src/share/classes/java/awt/TextArea.java Tue Dec 03 12:25:32 2013 -0800 +++ b/jdk/src/share/classes/java/awt/TextArea.java Tue Dec 03 16:20:44 2013 -0500 @@ -45,7 +45,7 @@ * style="float:center; margin: 7px 10px;"> * <p> * This text area could be created by the following line of code: - * <p> + * * <hr><blockquote><pre> * new TextArea("Hello", 5, 40); * </pre></blockquote><hr>