test/jdk/java/net/httpclient/NoBodyPartTwo.java
branchhttp-client-branch
changeset 56093 22d94c4a3641
parent 56092 fd85b2bf2b0d
child 56167 96fa4f49a9ff
--- a/test/jdk/java/net/httpclient/NoBodyPartTwo.java	Wed Feb 07 21:45:37 2018 +0000
+++ b/test/jdk/java/net/httpclient/NoBodyPartTwo.java	Wed Feb 07 22:09:31 2018 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2018, 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
@@ -31,7 +31,10 @@
  *          java.net.http/jdk.internal.net.http.common
  *          java.net.http/jdk.internal.net.http.frame
  *          java.net.http/jdk.internal.net.http.hpack
- * @run testng/othervm -Djdk.internal.httpclient.debug=true -Djdk.httpclient.HttpClient.log=all NoBodyPartTwo
+ * @run testng/othervm
+ *      -Djdk.internal.httpclient.debug=true
+ *      -Djdk.httpclient.HttpClient.log=all
+ *      NoBodyPartTwo
  */
 
 import java.io.InputStream;