--- old/src/java.management/share/classes/java/lang/management/MemoryNotificationInfo.java 2015-08-05 20:44:28.458427384 +0400 +++ new/src/java.management/share/classes/java/lang/management/MemoryNotificationInfo.java 2015-08-05 20:44:28.250427393 +0400 @@ -53,12 +53,12 @@ * *

* A {@link CompositeData CompositeData} representing - * the MemoryNotificationInfo object + * the {@code MemoryNotificationInfo} object * is stored in the * {@link javax.management.Notification#setUserData user data} * of a {@link javax.management.Notification notification}. * The {@link #from from} method is provided to convert from - * a CompositeData to a MemoryNotificationInfo + * a {@code CompositeData} to a {@code MemoryNotificationInfo} * object. For example: * *

@@ -78,7 +78,7 @@
  * 
* *

- * The types of notifications emitted by MemoryMXBean are: + * The types of notifications emitted by {@code MemoryMXBean} are: *