< prev index next >

src/jdk.jconsole/share/classes/sun/tools/jconsole/ProxyClient.java

Print this page

        

@@ -579,11 +579,11 @@
         return server.getDomains();
     }
 
     /**
      * Returns a map of MBeans with ObjectName as the key and MBeanInfo value
-     * of a given domain.  If domain is <tt>null</tt>, all MBeans
+     * of a given domain.  If domain is {@code null}, all MBeans
      * are returned.  If no MBean found, an empty map is returned.
      *
      */
     public Map<ObjectName, MBeanInfo> getMBeans(String domain)
         throws IOException {
< prev index next >