< prev index next >

src/java.management/share/classes/com/sun/management/GarbageCollectionNotificationInfo.java

Print this page

        

@@ -39,18 +39,18 @@
  * <p>
  * A garbage collection notification is emitted by {@link GarbageCollectorMXBean}
  * when the Java virtual machine completes a garbage collection action
  * The notification emitted will contain the garbage collection notification
  * information about the status of the memory:
- * <u1>
+ * <ul>
  *   <li>The name of the garbage collector used to perform the collection.</li>
  *   <li>The action performed by the garbage collector.</li>
  *   <li>The cause of the garbage collection action.</li>
  *   <li>A {@link GcInfo} object containing some statistics about the GC cycle
           (start time, end time) and the memory usage before and after
           the GC cycle.</li>
- * </u1>
+ * </ul>
  *
  * <p>
  * A {@link CompositeData CompositeData} representing
  * the {@code GarbageCollectionNotificationInfo} object
  * is stored in the

@@ -79,11 +79,11 @@
  * The type of the notification emitted by a {@code GarbageCollectorMXBean} is:
  * <ul>
  *   <li>A {@linkplain #GARBAGE_COLLECTION_NOTIFICATION garbage collection notification}.
  *       <br>Used by every notification emitted by the garbage collector, the details about
  *             the notification are provided in the {@linkplain #getGcAction action} String
- *       <p></li>
+ *       </li>
  * </ul>
  **/
 
 @jdk.Exported
 public class GarbageCollectionNotificationInfo implements  CompositeDataView {
< prev index next >