On Fri, 8 Aug 2025 14:18:38 GMT, Jaikiran Pai <j...@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