< prev index next >

src/java.net.http/share/classes/jdk/internal/net/http/Stream.java

Print this page

        

@@ -67,11 +67,11 @@
  * sendRequestAsync() -- calls sendRequest() in an executor thread
  *
  * RESPONSES
  *
  * Multiple responses can be received per request. Responses are queued up on
- * a LinkedList of CF<HttpResponse> and the the first one on the list is completed
+ * a LinkedList of CF<HttpResponse> and the first one on the list is completed
  * with the next response
  *
  * getResponseAsync() -- queries list of response CFs and returns first one
  *               if one exists. Otherwise, creates one and adds it to list
  *               and returns it. Completion is achieved through the
< prev index next >