2018/2/21 2:28:19 -0500, alan.bate...@oracle.com:
> On 21/02/2018 06:08, Martin Buchholz wrote:
>> :
>> 
>> 8198481: Coding style cleanups for 
>> src/java.base/share/classes/jdk/internal/loader/ClassLoaders.java
>> http://cr.openjdk.java.net/~martin/webrevs/jdk/loader-style/ 
>> <http://cr.openjdk.java.net/%7Emartin/webrevs/jdk/loader-style/>
>> https://bugs.openjdk.java.net/browse/JDK-8198481
> 
> This changes comments on private fields from // to /**. Are you 
> generating javadoc on private members of internal classes or why are you 
> changing all these fields?

The use of // rather than /** on private members is intentional,
to make it clear to the reader that these are internal elements
rather than API.

You might not like it, but please don't change it.

- Mark

Reply via email to