Integrated: JDK-8288533: Missing @param tags in com.sun.source classes

2022-06-15 Thread Jonathan Gibbons
On Wed, 15 Jun 2022 21:42:07 GMT, Jonathan Gibbons wrote: > Please review a noreg-doc fix to add some missing `@param` tags in the > `com.sun.source` API. The added text is boilerplate taken from similar > classes. This pull request has now been integrated. Changeset: 729164f5 Author:Jona

Re: RFR: JDK-8288533: Missing @param tags in com.sun.source classes

2022-06-15 Thread Iris Clark
On Wed, 15 Jun 2022 21:42:07 GMT, Jonathan Gibbons wrote: > Please review a noreg-doc fix to add some missing `@param` tags in the > `com.sun.source` API. The added text is boilerplate taken from similar > classes. Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.

RFR: JDK-8288533: Missing @param tags in com.sun.source classes

2022-06-15 Thread Jonathan Gibbons
Please review a noreg-doc fix to add some missing `@param` tags in the `com.sun.source` API. The added text is boilerplate taken from similar classes. - Commit messages: - JDK-8288533: Missing @param tags in com.sun.source classes Changes: https://git.openjdk.org/jdk19/pull/25/file

Re: RFR: JDK-8288533: Missing @param tags in com.sun.source classes

2022-06-15 Thread Joe Darcy
On Wed, 15 Jun 2022 21:42:07 GMT, Jonathan Gibbons wrote: > Please review a noreg-doc fix to add some missing `@param` tags in the > `com.sun.source` API. The added text is boilerplate taken from similar > classes. Marked as reviewed by darcy (Reviewer). - PR: https://git.openjdk