src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpResponse.java
branchhttp-client-branch
changeset 56086 ba42a59d3072
parent 56082 1da51fab3032
child 56087 e73e506a1969
--- a/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpResponse.java	Tue Feb 06 19:26:38 2018 +0000
+++ b/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpResponse.java	Tue Feb 06 19:29:33 2018 +0000
@@ -89,7 +89,7 @@
  * <p> See {@link BodyHandler} for example usage.
  *
  * @param <T> the response body type
- * @since 9
+ * @since 11
  */
 public abstract class HttpResponse<T> {