RFR: 8331879: Clean up non-standard use of /// comments in `java.base`
Jonathan Gibbons
jjg at openjdk.org
Tue May 28 19:00:02 UTC 2024
On Thu, 23 May 2024 05:52:57 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> > A long vertical series of lines beginning /// is replaced by lines beginning //|.
>
> This one looks unusual when it's just one line, I could imagine deleting the "|" in these cases.
OK. I was just trying to honor the apparent intent to make the comment stand out more than just a plain `//` comment, but I have no strong feelings against reducing `///` to `//`
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19130#issuecomment-2135914838
More information about the core-libs-dev
mailing list