# HG changeset patch # User chegar # Date 1516133542 0 # Node ID bc8bc0b99add2c9390014c804ca83d9f47dec68d # Parent 2935d85cc14f92b76886bbf0fbc2f2ff44e81a54 http-client-tutorial: cleanup diff -r 2935d85cc14f -r bc8bc0b99add 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