jdk/src/java.management/share/classes/sun/management/HotspotThreadMBean.java
changeset 30655 d83f50188ca9
parent 25859 3317bb8137f4
--- a/jdk/src/java.management/share/classes/sun/management/HotspotThreadMBean.java	Tue May 19 10:05:02 2015 +0200
+++ b/jdk/src/java.management/share/classes/sun/management/HotspotThreadMBean.java	Tue May 19 16:04:14 2015 +0400
@@ -40,12 +40,11 @@
     public int getInternalThreadCount();
 
     /**
-     * Returns a <tt>Map</tt> of the name of all VM internal threads
+     * Returns a {@code Map} of the name of all VM internal threads
      * to the thread CPU time in nanoseconds.  The returned value is
      * of nanoseconds precision but not necessarily nanoseconds accuracy.
-     * <p>
      *
-     * @return a <tt>Map</tt> object of the name of all VM internal threads
+     * @return a {@code Map} object of the name of all VM internal threads
      * to the thread CPU time in nanoseconds.
      *
      * @throws java.lang.UnsupportedOperationException if the Java virtual