jdk/src/share/classes/java/applet/Applet.java
changeset 21957 97758de70fbd
parent 20455 f6f9a0c2796b
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/java/applet/Applet.java	Tue Dec 03 12:25:32 2013 -0800
+++ b/jdk/src/share/classes/java/applet/Applet.java	Tue Dec 03 16:20:44 2013 -0500
@@ -392,7 +392,7 @@
      * Each element of the array should be a set of three
      * <code>Strings</code> containing the name, the type, and a
      * description. For example:
-     * <p><blockquote><pre>
+     * <blockquote><pre>
      * String pinfo[][] = {
      *   {"fps",    "1-10",    "frames per second"},
      *   {"repeat", "boolean", "repeat image loop"},