--- old/src/jdk.jdi/share/classes/com/sun/jdi/event/MonitorWaitedEvent.java 2015-04-24 19:20:53.299879542 +0400 +++ new/src/jdk.jdi/share/classes/com/sun/jdi/event/MonitorWaitedEvent.java 2015-04-24 19:20:53.067879542 +0400 @@ -30,7 +30,6 @@ /** * Notification that a thread in the target VM has finished * waiting on an monitor object. - *

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

* * @return a {@link ThreadReference} which mirrors the event's thread in * the target VM. @@ -60,7 +58,7 @@ /** * Returns whether the wait has timed out or been interrupted. * - * @return true if the wait is timed out. + * @return {@code true} if the wait is timed out. */ public boolean timedout();