RFR: JDK-8276649: MethodHandles.Lookup docs: replace the table in the cross-module access check section with list
Ludvig Janiuk
duke at openjdk.java.net
Thu Nov 4 17:09:11 UTC 2021
On Thu, 4 Nov 2021 16:18:45 GMT, Ludvig Janiuk <duke at openjdk.java.net> wrote:
> Inferring from the flow of the text, the table should have been a list all along, so I've made it that way. Before and after for comparison:
> 
> 
It was flagged as an accessibility issue by a scanning tool. I don't think it's going to make a world of difference, but if the tool says it's better, I suppose why not change it. Also, just feels more natural.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6260
More information about the core-libs-dev
mailing list