--- old/src/jdk.jdi/share/classes/com/sun/jdi/event/MonitorContendedEnteredEvent.java 2015-04-24 19:20:52.159879543 +0400 +++ new/src/jdk.jdi/share/classes/com/sun/jdi/event/MonitorContendedEnteredEvent.java 2015-04-24 19:20:51.927879543 +0400 @@ -31,7 +31,6 @@ * * Notification that a thread in the target VM is entering a monitor * after waiting for it to be released by another thread. - *

* * @see EventQueue * @see MonitorContendedEnterEvent @@ -44,7 +43,6 @@ /** * Returns the thread in which this event has occurred. - *

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