RFR: 8365086: CookieStore.getURIs() and get(URI) should return an immutable List [v2]
Chen Liang
liach at openjdk.org
Fri Aug 8 17:21:19 UTC 2025
On Fri, 8 Aug 2025 14:18:38 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
>> test/jdk/java/net/CookieStoreTest.java line 45:
>>
>>> 43: * @run junit CookieStoreTest
>>> 44: */
>>> 45: class CookieStoreTest {
>>
>> Otherwise you get a warning that the comment block should start with a `/**`:
>>
>> Suggestion:
>>
>>
>> class CookieStoreTest {
>
> Hello Volkan, is that warning generated by a IDE? I don't see it in IntelliJ:
>
> <img width="704" height="192" alt="ide" src="https://github.com/user-attachments/assets/b45345a2-343a-49ea-ab82-47bd40e6b87d" />
I think we usually put the jtreg directive block before the imports.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26698#discussion_r2263621068
More information about the net-dev
mailing list