src/java.net.http/share/classes/java/net/http/HttpRequest.java
branchhttp-client-branch
changeset 56183 ec8123e97fad
parent 56167 96fa4f49a9ff
child 56254 4b2272dfe720
--- a/src/java.net.http/share/classes/java/net/http/HttpRequest.java	Sat Feb 24 11:27:11 2018 +0000
+++ b/src/java.net.http/share/classes/java/net/http/HttpRequest.java	Mon Feb 26 16:17:03 2018 +0000
@@ -469,7 +469,7 @@
     /**
      * Implementations of {@link BodyPublisher BodyPublisher} that implement
      * various useful publishers, such as publishing the request body from a
-     * string, or from a file.
+     * String, or from a file.
      *
      * <p> The following are examples of using the predefined body publishers to
      * convert common high-level Java objects into a flow of data suitable for