On Tue, 6 Oct 2020 08:54:29 GMT, Daniel Fuchs <dfu...@openjdk.org> 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 four additional commits >> since the last revision: >> - Merge remote-tracking branch 'origin/master' into JDK-8253475 >> - 8253475: Fixed typo and bad link in HttpExchange >> - Merge remote-tracking branch 'origin/master' into JDK-8253475 >> - 8253475: Javadoc clean up in HttpExchange and HttpServer > > Looks good to me. Alternatively you could (if you want) make sure that > `InputStream` and `OutputStream` are imported > and change `{@link java.io.XxxxStream}` into `{@link XxxxStream}`. Thanks @dfuch, that's a good observation. I've incorporated it into commit 6df6ddf ------------- PR: https://git.openjdk.java.net/jdk/pull/506