On Thu, 14 Jan 2021 17:19:11 GMT, Naoto Sato <[email protected]> wrote:
>> Leo Jiang has updated the pull request with a new target base due to a merge
>> or a rebase. The incremental webrev excludes the unrelated changes brought
>> in by the merge/rebase. The pull request contains two additional commits
>> since the last revision:
>>
>> - Merge branch 'master' into msgdrop
>> - JDK-8259732: JDK 16 L10n resource file update - msg drop 10
>
> 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.
-------------
PR: https://git.openjdk.java.net/jdk16/pull/123