On Wed, 24 Nov 2021 17:15:35 GMT, Julia Boes <[email protected]> wrote:
>> This change introduces jwebserver, a dedicated JDK tool for the Simple Web
>> Server.
>>
>> A description is provided in a follow-up comment.
>
> Julia Boes has updated the pull request incrementally with one additional
> commit since the last revision:
>
> address PR comments:
> * update module and package summary
> * add -version / --version option to usage
> * fix markdown formatting
src/jdk.httpserver/share/classes/module-info.java line 39:
> 37: * <p>The {@link com.sun.net.httpserver.spi} package specifies a Service
> Provider
> 38: * Interface (SPI) for locating HTTP server implementations based on the
> 39: * com.sun.net.httpserver API.
Nit: maybe this should be ` * {@code com.sun.net.httpserver} API.`
-------------
PR: https://git.openjdk.java.net/jdk/pull/6497