diff -r 9fd3887c8010 -r fd9c0e3b34eb jdk/src/share/classes/com/sun/jmx/snmp/ServiceName.java --- a/jdk/src/share/classes/com/sun/jmx/snmp/ServiceName.java Thu Oct 28 21:14:44 2010 +0800 +++ b/jdk/src/share/classes/com/sun/jmx/snmp/ServiceName.java Fri Oct 29 12:35:07 2010 +0200 @@ -27,7 +27,7 @@ /** * Used for storing default values used by SNMP Runtime services. - *
This API is a Sun Microsystems internal API and is subject + *
This API is an Oracle Corporation internal API and is subject * to change without notice.
*/ public class ServiceName { @@ -144,16 +144,16 @@ /** * The vendor of the JMX specification implemented by this product. *Sun Microsystems
.
+ * The value is Oracle Corporation
.
*/
- public static final String JMX_SPEC_VENDOR = "Sun Microsystems";
+ public static final String JMX_SPEC_VENDOR = "Oracle Corporation";
/**
* The name of the vendor of this product implementing the JMX specification.
* Sun Microsystems
.
+ * The value is Oracle Corporation
.
*/
- public static final String JMX_IMPL_VENDOR = "Sun Microsystems";
+ public static final String JMX_IMPL_VENDOR = "Oracle Corporation";
/**
* The build number of the current product version, of the form rXX
.