< prev index next >

src/java.management/share/classes/javax/management/package.html

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

@@ -28,11 +28,11 @@
     </head>
     <body bgcolor="white">
         <p>Provides the core classes for the Java Management Extensions.</p>
 
         <p>The Java Management Extensions
-            (JMX&trade;) API is a standard
+            (JMX) API is a standard
         API for management and monitoring.  Typical uses include:</p>
 
         <ul>
             <li>consulting and changing application configuration</li>
 

@@ -85,11 +85,11 @@
 
         <p>To make MBean implementation simple, the JMX API includes the
             notion of <em>Standard MBeans</em>.  A Standard MBean is one
             whose attributes and operations are deduced from a Java
             interface using certain naming patterns, similar to those used
-            by JavaBeans&trade;.  For example, consider an interface like this:</p>
+            by JavaBeans.  For example, consider an interface like this:</p>
 
         <pre>
     public interface ConfigurationMBean {
          public int getCacheSize();
          public void setCacheSize(int size);
< prev index next >