Integrated: 8331018: Clean up non-standard use of /** comments in `jdk.jshell`

Jonathan Gibbons jjg at openjdk.org
Wed Apr 24 20:48:34 UTC 2024


On Tue, 23 Apr 2024 23:19:13 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a fix to preempt warnings that would otherwise be introduced by [JDK-8303689](https://bugs.openjdk.org/browse/JDK-8303689), which introduces a new javac lint warning to detect documentation comments in unusual places.
> 
> The comments here are all one-line comments of the form `/***** message ****/`.
> 
> Following the style of an existing similar comment, the comments are changed to the form `//***** message *****`
> That existing comment is in Snippet.java:648
> 
>     //**** internal access ****
>     String name() {
>         return unitName;
>     }

This pull request has now been integrated.

Changeset: e6118ce7
Author:    Jonathan Gibbons <jjg at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e6118ce784342e1f1996f1569cf636a6b435145d
Stats:     7 lines in 7 files changed: 0 ins; 0 del; 7 mod

8331018: Clean up non-standard use of /** comments in `jdk.jshell`

Reviewed-by: iris, darcy, jlahoda

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

PR: https://git.openjdk.org/jdk/pull/18926


More information about the kulla-dev mailing list