jdk/src/share/classes/com/sun/jmx/defaults/ServiceName.java
changeset 4156 acaa49a2768a
parent 1639 a97859015238
child 5506 202f599c92aa
--- a/jdk/src/share/classes/com/sun/jmx/defaults/ServiceName.java	Wed Oct 21 16:28:57 2009 +0200
+++ b/jdk/src/share/classes/com/sun/jmx/defaults/ServiceName.java	Wed Oct 21 17:33:18 2009 +0200
@@ -69,9 +69,9 @@
     /**
      * The version of the JMX specification implemented by this product.
      * <BR>
-     * The value is <CODE>2.0</CODE>.
+     * The value is <CODE>1.4</CODE>.
      */
-    public static final String JMX_SPEC_VERSION = "2.0";
+    public static final String JMX_SPEC_VERSION = "1.4";
 
     /**
      * The vendor of the JMX specification implemented by this product.