src/java.base/share/classes/sun/net/www/http/HttpClient.java
changeset 53563 a4b7ea85d668
parent 53018 8bf9268df0e2
child 57968 8595871a5446
child 58424 94ca05133eb2
--- a/src/java.base/share/classes/sun/net/www/http/HttpClient.java	Tue Jan 29 15:13:35 2019 -0800
+++ b/src/java.base/share/classes/sun/net/www/http/HttpClient.java	Wed Jan 30 00:24:32 2019 +0000
@@ -216,7 +216,7 @@
     }
 
     /* This package-only CTOR should only be used for FTP piggy-backed on HTTP
-     * HTTP URL's that use this won't take advantage of keep-alive.
+     * URL's that use this won't take advantage of keep-alive.
      * Additionally, this constructor may be used as a last resort when the
      * first HttpClient gotten through New() failed (probably b/c of a
      * Keep-Alive mismatch).