--- old/src/share/classes/jdk/internal/org/objectweb/asm/tree/LineNumberNode.java Thu Apr 25 10:10:26 2013 +++ new/src/share/classes/jdk/internal/org/objectweb/asm/tree/LineNumberNode.java Thu Apr 25 10:10:25 2013 @@ -84,9 +84,11 @@ /** * Constructs a new {@link LineNumberNode}. * - * @param line a line number. This number refers to the source file from - * which the class was compiled. - * @param start the first instruction corresponding to this line number. + * @param line + * a line number. This number refers to the source file from + * which the class was compiled. + * @param start + * the first instruction corresponding to this line number. */ public LineNumberNode(final int line, final LabelNode start) { super(-1);