RFR: JDK-8259727: Remove redundant "target" arguments to methods in Links
Hannes Wallnöfer
hannesw at openjdk.java.net
Thu Jan 14 15:27:06 UTC 2021
On Wed, 13 Jan 2021 21:03:12 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please remove a simple change to eliminate a now-unused parameter from various methods on `Links`, to set the `target` attribute of a link.
>
> In times past, when frames were used to display pages, the `target` attribute was used to specify the target frame to use when clicking the link.
Nice cleanup!
-------------
Marked as reviewed by hannesw (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2068
More information about the javadoc-dev
mailing list