Integrated: JDK-8321889: JavaDoc method references with wrong (nested) type
Hannes Wallnöfer
hannesw at openjdk.org
Tue Dec 12 11:30:32 UTC 2023
On Tue, 12 Dec 2023 09:46:29 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:
> Please review a doc-only change for JavaDoc references using a nested class instead of the enclosing class containing the target method. Until now this is accepted by JavaDoc, but with [JDK-8164094](https://bugs.openjdk.org/browse/JDK-8164094) these references are reported as errors.
>
> I made sure the rendered documentation is identical before and after the change (JavaDoc previously generated the correct links for these references).
>
> Update: I also fixed two typos in `javax/smartcardio/CardTerminals.java` by removing the duplicate "call" in "... latest call to waitForChange() call".
This pull request has now been integrated.
Changeset: c5168526
Author: Hannes Wallnöfer <hannesw at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/c51685267c7bd5a7cee27ebc2bf0d9899cda9d4c
Stats: 7 lines in 3 files changed: 0 ins; 2 del; 5 mod
8321889: JavaDoc method references with wrong (nested) type
Reviewed-by: alanb
-------------
PR: https://git.openjdk.org/jdk/pull/17078
More information about the core-libs-dev
mailing list