On Fri, 15 Jan 2021 01:59:07 GMT, Leo Jiang <[email protected]> wrote:
>> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties
>> line 518:
>>
>>> 516: doclet.footer_specified=\
>>> 517: The -footer option is no longer supported and will be ignored.\n\
>>> 518: It may be removed in a future release.
>>
>> I believe this is to fix no newline at the end (unrelated to l10n changes).
>> Do we need to change the copyright year for this?
>
> Actually I was correcting the L217, changed {) -> {}. But 2 days ago,
> Jonathan Gibbons fixed it in another commit 6bb6093. I found his fix after
> running the merge. Looks both of us forgot to update the copyright year. Any
> suggestion?
> doclet.help.systemProperties.body=\
> The {0} page lists references to system properties.
I believe your PR still contains the fix to add the newline at the end of the
file (at L518). So I think you can simply change the copyright year in
`standard.properties` file.
-------------
PR: https://git.openjdk.java.net/jdk16/pull/123