Small change to remove an unnecessary comment from the beginning of generated files. I'm guessing the comment dates from way back when the doc pages were used to generate paper books. For those that want to identify that point in the file, either the DOCTYPE or start of the HTML elements t should be enough.
No test: it's somewhat silly to rigorously test that the comment will always be missing. ------------- Commit messages: - JDK-8258655: remove <-- NewPage --> comment from generated pages Changes: https://git.openjdk.java.net/jdk/pull/1833/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1833&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8258655 Stats: 25 lines in 5 files changed: 0 ins; 18 del; 7 mod Patch: https://git.openjdk.java.net/jdk/pull/1833.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/1833/head:pull/1833 PR: https://git.openjdk.java.net/jdk/pull/1833