RFR: 8332015: Add `@since` tags to jdk.httpserver

Nizar Benalla duke at openjdk.org
Fri May 10 03:46:03 UTC 2024


On Fri, 10 May 2024 03:41:45 GMT, Chen Liang <liach at openjdk.org> wrote:

>> Please review this simple change, aiming to fix current uses of `@since` in the source code
>> -The constructor BasicAuthenticator(java.lang.String,java.nio.charset.Charset) needs an `@since 14` instead of 9.
>> -com.sun.net.httpserver.spi: package-info.java does not contain an `@since`.
>> Thanks in advance.
>
> src/jdk.httpserver/share/classes/com/sun/net/httpserver/spi/HttpServerProvider.java line 2:
> 
>> 1: /*
>> 2:  * Copyright (c) 2005, 2023, Oracle and/or its affiliates. All rights reserved.
> 
> Seems you changed the header of the wrong file

Ah, thanks

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19168#discussion_r1596214808


More information about the net-dev mailing list