On Wed, 13 Jan 2021 21:03:12 GMT, Jonathan Gibbons <j...@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. This pull request has now been integrated. Changeset: c2a3c7ef Author: Jonathan Gibbons <j...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/c2a3c7ef Stats: 65 lines in 6 files changed: 0 ins; 28 del; 37 mod 8259727: Remove redundant "target" arguments to methods in Links Reviewed-by: hannesw ------------- PR: https://git.openjdk.java.net/jdk/pull/2068