# HG changeset patch # User chegar # Date 1512469301 0 # Node ID 10b34c929b4f9c3913284e4ba5e6f8e1d6e548ef # Parent 5e1707e5a2547d35585e5091f79ea9a89a6e5248 http-client-branch: review comment: alignment diff -r 5e1707e5a254 -r 10b34c929b4f test/jdk/java/net/httpclient/AbstractNoBody.java --- a/test/jdk/java/net/httpclient/AbstractNoBody.java Tue Dec 05 10:07:50 2017 +0000 +++ b/test/jdk/java/net/httpclient/AbstractNoBody.java Tue Dec 05 10:21:41 2017 +0000 @@ -149,7 +149,7 @@ httpsTestServer.stop(0); http2TestServer.stop(); https2TestServer.stop(); - printStamp(END, "teardown"); + printStamp(END, "teardown"); } static final long start = System.nanoTime();