diff -r ddbcfca4d51d -r 9e022f580a9d src/jdk.compiler/share/classes/com/sun/source/util/DocTrees.java --- a/src/jdk.compiler/share/classes/com/sun/source/util/DocTrees.java Thu Nov 30 07:54:28 2017 -0500 +++ b/src/jdk.compiler/share/classes/com/sun/source/util/DocTrees.java Thu Nov 30 04:43:09 2017 -0800 @@ -98,13 +98,12 @@ /** * Returns the doc comment tree of the given file. The file must be * an HTML file, in which case the doc comment tree represents the - * contents of the <body> tag, and any enclosing tags are ignored. + * entire contents of the file. * Returns {@code null} if no doc comment was found. * Future releases may support additional file types. * * @param fileObject the content container * @return the doc comment tree - * * @since 9 */ public abstract DocCommentTree getDocCommentTree(FileObject fileObject);