--- old/src/jdk.jdi/share/classes/com/sun/jdi/event/MonitorContendedEnterEvent.java 2015-04-24 19:20:51.591879543 +0400 +++ new/src/jdk.jdi/share/classes/com/sun/jdi/event/MonitorContendedEnterEvent.java 2015-04-24 19:20:51.359879544 +0400 @@ -29,9 +29,8 @@ /** * - * Notification that a thread in the target VM is attempting - * to enter a monitor that is already acquired by another thread. - *

+ * Notification that a thread in the target VM is attempting + * to enter a monitor that is already acquired by another thread. * * @see EventQueue * @see MonitorContendedEnteredEvent @@ -45,7 +44,6 @@ /** * Returns the thread in which this event has occurred. - *

* * @return a {@link ThreadReference} which mirrors the event's thread in * the target VM.