< prev index next >

src/com/sun/javatest/agent/Agent.java

Print this page
rev 152 : 7902245: Correct Agent.productVersion
Reviewed-by: jjg

@@ -593,13 +593,13 @@
     static final byte LOG_FLUSH = (byte)'l';
     static final byte REF = (byte)'R';
     static final byte REF_FLUSH = (byte)'r';
     static final byte STATUS = (byte)'S';
 
-    static final String productName = "JT Harness Agent";
-    static final String productVersion = "JTA_5.0";
-    static final String productCopyright = "Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved.";
+    static final String PRODUCT_NAME = "JT Harness Agent";
+    static final String PRODUCT_VERSION = "JTA_6.0";
+    static final String PRODUCT_COPYRIGHT = "Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved.";
 
 
     /**
      * Tasks handle the individual requests received by Agent.
      * They read the request from the connection, execute the request, which means
< prev index next >