jdk/test/sun/security/ssl/templates/SSLEngineTemplate.java
changeset 18784 7f517475eeb4
parent 14342 8435a30053c1
--- a/jdk/test/sun/security/ssl/templates/SSLEngineTemplate.java	Fri Jul 05 14:37:41 2013 -0700
+++ b/jdk/test/sun/security/ssl/templates/SSLEngineTemplate.java	Fri Jul 05 18:22:58 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -21,14 +21,14 @@
  * questions.
  */
 
+// SunJSSE does not support dynamic system properties, no way to re-use
+// system properties in samevm/agentvm mode.
+
 /*
  * @test
  * @bug 1234567
  * @summary SSLEngine has not yet caused Solaris kernel to panic
  * @run main/othervm SSLEngineTemplate
- *
- *     SunJSSE does not support dynamic system properties, no way to re-use
- *     system properties in samevm/agentvm mode.
  */
 
 /**