[PATCH] Fix typo in javadoc of HttpClient

Jaikiran Pai jai.forums2013 at gmail.com
Sat Jun 2 06:29:54 UTC 2018


Hi,

Attached is a trivial patch which fixes a typo in the javadoc of 
java.net.http.HttpClient class.

I've a signed and approved OCA, but will need a sponsor for this patch.

-Jaikiran

-------------- next part --------------
# HG changeset patch
# User Jaikiran Pai <jaikiran.pai at gmail.com>
# Date 1527920758 -19800
#      Sat Jun 02 11:55:58 2018 +0530
# Node ID 1a644c97f8b549c5756c8550a089c29ad355b6ca
# Parent  b73f9723aa5479d6277f08873e0c34fb2fec7376
Fix typo in javadoc of HttpClient

diff --git a/src/java.net.http/share/classes/java/net/http/HttpClient.java b/src/java.net.http/share/classes/java/net/http/HttpClient.java
--- a/src/java.net.http/share/classes/java/net/http/HttpClient.java
+++ b/src/java.net.http/share/classes/java/net/http/HttpClient.java
@@ -57,7 +57,7 @@
  * and can be used to send multiple requests.
  *
  * <p> An {@code HttpClient} provides configuration information, and resource
- * sharing, for all requests send through it.
+ * sharing, for all requests sent through it.
  *
  * <p> A {@link BodyHandler BodyHandler} must be supplied for each {@link
  * HttpRequest} sent. The {@code BodyHandler} determines how to handle the


More information about the net-dev mailing list