jdk/src/java.management/share/classes/java/lang/management/package.html
changeset 32034 05676cfd40b5
parent 25859 3317bb8137f4
child 44858 7183899b064b
--- a/jdk/src/java.management/share/classes/java/lang/management/package.html	Thu Aug 06 13:20:13 2015 +0300
+++ b/jdk/src/java.management/share/classes/java/lang/management/package.html	Thu Aug 06 13:59:10 2015 +0300
@@ -169,7 +169,7 @@
 the management interface by defining platform-dependent
 interfaces that extend the standard management interfaces to include
 platform-specific metrics and management operations.
-The static factory methods in the <tt>ManagementFactory</tt> class will
+The static factory methods in the <code>ManagementFactory</code> class will
 return the MXBeans with the platform extension.
 
 <p>
@@ -205,7 +205,7 @@
 </blockquote>
 
 <p>
-2) Access the Oracle-specific MXBean interface via <tt>MBeanServer</tt>
+2) Access the Oracle-specific MXBean interface via <code>MBeanServer</code>
    through proxy
 
 <blockquote><pre>
@@ -228,7 +228,7 @@
    }
 </pre></blockquote>
 
-<p> Unless otherwise noted, passing a <tt>null</tt> argument to a constructor
+<p> Unless otherwise noted, passing a <code>null</code> argument to a constructor
 or method in any class or interface in this package will cause a {@link
 java.lang.NullPointerException NullPointerException} to be thrown.