Integrated: 8281057: Fix doc references to overriding in JLS
Pavel Rappo
prappo at openjdk.java.net
Thu Feb 3 14:58:12 UTC 2022
On Tue, 1 Feb 2022 16:19:01 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> While looking into guts of javadoc comment inheritance, I noticed that a number of places in JDK seem to confuse JLS 8.4.6.** with JLS 8.4.8.**.
>
> Granted, "8.4.6 Method Throws" tangentially addresses overriding. However, I believe that the real target should be "8.4.8. Inheritance, Overriding, and Hiding" and its subsections.
This pull request has now been integrated.
Changeset: 1f926609
Author: Pavel Rappo <prappo at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/1f926609372c9b80dde831a014310a3729768c92
Stats: 18 lines in 5 files changed: 0 ins; 0 del; 18 mod
8281057: Fix doc references to overriding in JLS
Reviewed-by: darcy, iris, dholmes, cjplummer
-------------
PR: https://git.openjdk.java.net/jdk/pull/7311
More information about the compiler-dev
mailing list