8074948: javadoc typo in DiagnosticCommandMBean.java: {code instead of {@code

Reviewed-by: jbachorik
This commit is contained in:
Staffan Larsen 2015-03-11 14:28:35 +01:00
parent 4195de8dec
commit 4e1348cb7b

View File

@ -31,7 +31,7 @@ import javax.management.DynamicMBean;
/**
* Management interface for the diagnostic commands for the HotSpot Virtual Machine.
*
* <p>The {code DiagnosticCommandMBean} is registered to the
* <p>The {@code DiagnosticCommandMBean} is registered to the
* {@linkplain java.lang.management.ManagementFactory#getPlatformMBeanServer
* platform MBeanServer} as are other platform MBeans.
*