--- old/src/java.management/share/classes/com/sun/management/GarbageCollectionNotificationInfo.java 2015-04-28 17:43:14.879600373 +0400 +++ new/src/java.management/share/classes/com/sun/management/GarbageCollectionNotificationInfo.java 2015-04-28 17:43:14.639600373 +0400 @@ -41,14 +41,14 @@ * 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: - * + * * *

* A {@link CompositeData CompositeData} representing @@ -81,7 +81,7 @@ *

  • A {@linkplain #GARBAGE_COLLECTION_NOTIFICATION garbage collection notification}. *
    Used by every notification emitted by the garbage collector, the details about * the notification are provided in the {@linkplain #getGcAction action} String - *

  • + * * **/