diff -r b9fb0d9c58ec -r 36055e4b5305 jdk/test/sun/security/ssl/templates/SSLSocketSSLEngineTemplate.java --- a/jdk/test/sun/security/ssl/templates/SSLSocketSSLEngineTemplate.java Tue Mar 12 10:35:44 2013 -0400 +++ b/jdk/test/sun/security/ssl/templates/SSLSocketSSLEngineTemplate.java Tue Mar 12 15:31:49 2013 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 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,15 +21,14 @@ * questions. */ -// -// SunJSSE does not support dynamic system properties, no way to re-use -// system properties in samevm/agentvm mode. -// - /* * @test * @bug 7105780 * @summary Add SSLSocket client/SSLEngine server to templates directory. + * + * SunJSSE does not support dynamic system properties, no way to re-use + * system properties in samevm/agentvm mode. + * * @run main/othervm SSLSocketSSLEngineTemplate */