src/share/classes/java/lang/management/MemoryNotificationInfo.java

Print this page

        

@@ -87,11 +87,11 @@
  *       or exceeded its
  *       <a href="MemoryPoolMXBean.html#UsageThreshold"> usage threshold</a> value.
  *       Subsequent crossing of the usage threshold value does not cause
  *       further notification until the memory usage has returned
  *       to become less than the usage threshold value.
- *       <p></li>
+ *       </li>
  *   <li>A {@link #MEMORY_COLLECTION_THRESHOLD_EXCEEDED
  *       collection usage threshold exceeded notification}.
  *       <br>This notification will be emitted when
  *       the memory usage of a memory pool is greater than or equal to its
  *       <a href="MemoryPoolMXBean.html#CollectionThreshold">