Re: RFR: 8251496: Fix doclint warnings in jdk.net.httpserver [v2]

2020-09-10 Thread Patrick Concannon
On Thu, 10 Sep 2020 08:51:33 GMT, Daniel Fuchs wrote: >> src/jdk.httpserver/share/classes/com/sun/net/httpserver/HttpExchange.java >> line 192: >> >>> 190: *no response body may be written. >>> 191: * @throws IOException An IOException will be thrown if an error >>> occurs du

Re: RFR: 8251496: Fix doclint warnings in jdk.net.httpserver [v2]

2020-09-10 Thread Daniel Fuchs
On Wed, 9 Sep 2020 09:24:24 GMT, Chris Hegarty wrote: >> Patrick Concannon has updated the pull request with a new target base due to >> a merge or a rebase. The incremental >> webrev excludes the unrelated changes brought in by the merge/rebase. The >> pull request contains two additional comm

Re: RFR: 8251496: Fix doclint warnings in jdk.net.httpserver [v2]

2020-09-09 Thread Chris Hegarty
On Wed, 9 Sep 2020 08:50:38 GMT, Patrick Concannon wrote: >> Hi, >> >> Could someone please review my doc-only fix for JDK-8251496 - ‘Fix doclint >> warnings in jdk.net.httpserver’ ? >> >> This fix addresses the warnings generated by `javadoc -Xdoclint` due to >> missing/incomplete API docum

Re: RFR: 8251496: Fix doclint warnings in jdk.net.httpserver [v2]

2020-09-09 Thread Patrick Concannon
> Hi, > > Could someone please review my doc-only fix for JDK-8251496 - ‘Fix doclint > warnings in jdk.net.httpserver’ ? > > This fix addresses the warnings generated by `javadoc -Xdoclint` due to > missing/incomplete API documentation for > several classes within `jdk.net.httpserver`. > CSR: h