On Mon, 5 Oct 2020 16:38:18 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 three additional >> commits since the last revision: >> - 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 > > src/jdk.httpserver/share/classes/com/sun/net/httpserver/HttpExchange.java > line 46: > >> 44: * <li>{@link #getRequestHeaders()} to examine the request headers >> (if >> 45: * needed). >> 46: * <li>{@link #getRequestBody()} returns a {@link >> java.io.InputStream} for > > Hi Patrick, could you double check what the text of the link is in the > generated javadoc here? Is it a > `java.io.InputStream` or just a `InputStream` (in which case `a` should be > `an`) It appears as `InputStream` so I've changed `a` to `an` as suggested in new commit (3b4546e). ------------- PR: https://git.openjdk.java.net/jdk/pull/506