diff -r f48935a247ec -r 929cd48fca8a jdk/src/share/classes/javax/swing/border/CompoundBorder.java --- 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: *

- *

+ * 
  *    Border border = comp.getBorder();
  *    Border margin = new EmptyBorder(10,10,10,10);
  *    comp.setBorder(new CompoundBorder(border, margin));
- * 
+ *
*

* Warning: * Serialized objects of this class will not be compatible with