--- old/src/jdk.jdi/share/classes/com/sun/jdi/event/MonitorWaitEvent.java 2015-04-24 19:20:52.727879542 +0400 +++ new/src/jdk.jdi/share/classes/com/sun/jdi/event/MonitorWaitEvent.java 2015-04-24 19:20:52.495879543 +0400 @@ -30,7 +30,6 @@ /** * Notification that a thread in the target VM is about to * wait on a monitor object. - *

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

* * @return a {@link ThreadReference} which mirrors the event's thread in * the target VM. @@ -60,7 +58,7 @@ /** * Returns the number of millisecond the thread will wait. * - * @return a jlong containing monitor wait time in milliseconds. + * @return a {@code jlong} containing monitor wait time in milliseconds. */ public long timeout(); }