< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/event/MonitorContendedEnteredEvent.java

Print this page

        

@@ -29,11 +29,10 @@
 
 /**
  *
  *  Notification that a thread in the target VM is entering a monitor
  *  after waiting for it to be released by another thread.
- * <P>
  *
  * @see EventQueue
  * @see MonitorContendedEnterEvent
  *
  * @author Swamy Venkataramanappa

@@ -42,11 +41,10 @@
 @jdk.Exported
 public interface MonitorContendedEnteredEvent extends LocatableEvent {
 
     /**
      * Returns the thread in which this event has occurred.
-     * <p>
      *
      * @return a {@link ThreadReference} which mirrors the event's thread in
      * the target VM.
      */
     public ThreadReference thread();
< prev index next >