On Fri, 21 Apr 2023 20:22:39 GMT, Sergey Bylokhov <[email protected]> wrote:

>> test/jdk/sun/java2d/loops/GraphicsPrimitiveMgrTest.java line 28:
>> 
>>> 26: import java.util.concurrent.CountDownLatch;
>>> 27: 
>>> 28: /**
>> 
>> Suggestion:
>> 
>> /*
>> 
>> It's not a javadoc, so to avoid lots of warnings from IDE because of invalid 
>> tags, it's better to use a single asterisk.
>
> or probably it is better to save that tags as custom in IDE, so it will 
> actually check that all of them are correct.

Since it's not a javadoc, I don't see much value in it, and IDE won't complain 
if you accidentally use such a tag in a source file where a regular javadoc 
comment is expected.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13459#discussion_r1174140839

Reply via email to