Skip to content

Commit

Permalink
8268771: javadoc -notimestamp option does not work on index.html
Browse files Browse the repository at this point in the history
Reviewed-by: clanger
  • Loading branch information
varpa89 authored and RealCLanger committed Jun 29, 2021
1 parent e62d6a2 commit d522372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private void generateIndexFile() throws DocFileIOException {
DocType htmlDocType = DocType.forVersion(configuration.htmlVersion);
Content htmlComment = contents.newPage;
Head head = new Head(path, configuration.htmlVersion, configuration.docletVersion)
.setTimestamp(true, false)
.setTimestamp(!configuration.notimestamp, false)
.addDefaultScript(false);

String title = (configuration.windowtitle.length() > 0)
Expand Down

1 comment on commit d522372

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.