mbien opened a new pull request, #7907:
URL: https://github.com/apache/netbeans/pull/7907
- codebase has many occurrences of '///' which were never meant to appear
in javadoc
- this disables JDK 23+ "line doc comments" for now ([JEP
467](https://openjdk.org/jeps/467))
- javadoc CI step should run on JDK 23 (like on jenkins) to be able to
resolve nb-javac classes (and understand the new flag)
```
ag -l -E java ///
```
lists about 1k files, this would be too much work to clean up for little
gain atm
targets delivery
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists