< prev index next >

test/sun/security/ssl/GenSSLConfigs/main.java

Print this page

        

@@ -1,14 +1,6 @@
 /*
- * @test
- * @build TestThread Traffic Handler ServerHandler ServerThread ClientThread
- * @run main/othervm/timeout=140 -Djsse.enableCBCProtection=false main
- * @summary Make sure that different configurations of SSL sockets work
- * @key randomness
- */
-
-/*
  * Copyright (c) 1997, 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
  * under the terms of the GNU General Public License version 2 only, as

@@ -27,10 +19,18 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
+/*
+ * @test
+ * @build TestThread Traffic Handler ServerHandler ServerThread ClientThread
+ * @run main/othervm/timeout=140 -Djsse.enableCBCProtection=false main
+ * @summary Make sure that different configurations of SSL sockets work
+ * @key randomness
+ */
+
 import java.io.*;
 import java.security.SecureRandom;
 import java.security.KeyStore;
 import javax.security.cert.*;
 import java.util.Date;
< prev index next >