src/java.net.http/share/classes/java/net/http/HttpRequest.java
changeset 52499 768b1c612100
parent 50681 4254bed3c09d
--- a/src/java.net.http/share/classes/java/net/http/HttpRequest.java	Tue Nov 13 11:45:16 2018 +0100
+++ b/src/java.net.http/share/classes/java/net/http/HttpRequest.java	Tue Nov 13 12:24:34 2018 +0000
@@ -191,8 +191,8 @@
          * {@link HttpClient#sendAsync(java.net.http.HttpRequest,
          * java.net.http.HttpResponse.BodyHandler) HttpClient::sendAsync}
          * completes exceptionally with an {@code HttpTimeoutException}. The effect
-         * of not setting a timeout is the same as setting an infinite Duration, ie.
-         * block forever.
+         * of not setting a timeout is the same as setting an infinite Duration,
+         * i.e. block forever.
          *
          * @param duration the timeout duration
          * @return this builder