On Tue, 3 May 2022 21:58:29 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
>> src/jdk.compiler/share/classes/com/sun/source/util/DocTreeFactory.java line >> 340: >> >>> 338: SnippetTree newSnippetTree(List<? extends DocTree> attributes, >>> TextTree text); >>> 339: >>> 340: /** >> >> Similar comment to that of DocTreeVisitor: consider adhering to the file >> style. > > I see there is a missing `@since` tag, which I'll fix. > I'd prefer to leave the extra whitespace for now, and maybe cleanup the style > of the other comments later. Added @since. Removed the whitespace for now. ------------- PR: https://git.openjdk.java.net/jdk/pull/8439