jdk/src/share/classes/javax/swing/border/CompoundBorder.java
changeset 20428 929cd48fca8a
parent 11268 f0e59c4852de
child 20458 f2423fb3fd19
--- a/jdk/src/share/classes/javax/swing/border/CompoundBorder.java	Thu Sep 26 16:10:36 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/border/CompoundBorder.java	Fri Sep 27 12:35:43 2013 +0400
@@ -37,11 +37,11 @@
  * For example, this class may be used to add blank margin space
  * to a component with an existing decorative border:
  * <p>
- * <code><pre>
+ * <pre>
  *    Border border = comp.getBorder();
  *    Border margin = new EmptyBorder(10,10,10,10);
  *    comp.setBorder(new CompoundBorder(border, margin));
- * </pre></code>
+ * </pre>
  * <p>
  * <strong>Warning:</strong>
  * Serialized objects of this class will not be compatible with