http-client-tutorial: cleanup http-client-tutorial
authorchegar
Tue, 16 Jan 2018 20:12:22 +0000
branchhttp-client-tutorial
changeset 56016 bc8bc0b99add
parent 56015 2935d85cc14f
child 56017 fc030486080e
http-client-tutorial: cleanup
src/test/java/openjdk/http/tutorial/Exercise1Test.java
--- a/src/test/java/openjdk/http/tutorial/Exercise1Test.java	Tue Jan 16 19:46:17 2018 +0000
+++ b/src/test/java/openjdk/http/tutorial/Exercise1Test.java	Tue Jan 16 20:12:22 2018 +0000
@@ -23,10 +23,6 @@
 
 package openjdk.http.tutorial;
 
-/**
- * @author Chris Hegarty
- */
-
 import java.io.IOException;
 import java.io.UncheckedIOException;
 import java.net.URI;
@@ -60,6 +56,9 @@
 import static jdk.incubator.http.HttpResponse.BodyHandler.discard;
 import static org.junit.Assert.assertEquals;
 
+/**
+ * @author Chris Hegarty
+ */
 public class Exercise1Test {
 
     @Test