On Tue, 30 Jan 2024 21:37:10 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:

>> src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavaTokenizer.java 
>> line 1065:
>> 
>>> 1063: 
>>> 1064:                     if (accept('/')) { // (Spec. 3.7)
>>> 1065:                         if (accept('/')) { // Markdown comment
>> 
>> Here and elsewhere in this file: do we need to mention Markdown?
>
> The "M" word appears 10 times in this file. I'll work to convert them to an 
> alternate nomenclature, such as "line comment".

I can see that you've managed to remove all of those occurrences nicely; well 
done!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16388#discussion_r1484624573

Reply via email to