http-client-branch: review comment - javadoc http-client-branch
authorprappo
Fri, 06 Apr 2018 15:55:07 +0100
branchhttp-client-branch
changeset 56390 ba892d93b3c5
parent 56389 0ba90c4f1e3f
child 56391 a44e40b6aa43
http-client-branch: review comment - javadoc
src/java.net.http/share/classes/java/net/http/package-info.java
src/java.net.http/share/classes/module-info.java
--- a/src/java.net.http/share/classes/java/net/http/package-info.java	Fri Apr 06 15:20:43 2018 +0100
+++ b/src/java.net.http/share/classes/java/net/http/package-info.java	Fri Apr 06 15:55:07 2018 +0100
@@ -36,7 +36,7 @@
  *    <li>{@link java.net.http.WebSocket}</li>
  * </ul>
  *
- * <p> The HTTP protocol specific requirements are specified in the
+ * <p> The protocol-specific requirements are defined in the
  * <a href="https://tools.ietf.org/html/rfc7540">Hypertext Transfer Protocol
  * Version 2 (HTTP/2)</a>, the <a href="https://tools.ietf.org/html/rfc2616">
  * Hypertext Transfer Protocol (HTTP/1.1)</a>, and
--- a/src/java.net.http/share/classes/module-info.java	Fri Apr 06 15:20:43 2018 +0100
+++ b/src/java.net.http/share/classes/module-info.java	Fri Apr 06 15:55:07 2018 +0100
@@ -24,7 +24,7 @@
  */
 
 /**
- * Defines the HTTP Client and WebSocket API.
+ * Defines the HTTP Client and WebSocket APIs.
  *
  * @moduleGraph
  * @since 11