RFR: JDK-8276649: MethodHandles.Lookup docs: table could be list

Mandy Chung mchung at openjdk.java.net
Thu Nov 4 16:55: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:
> ![image](https://user-images.githubusercontent.com/6298393/140376551-6f8ac0c9-5336-4da0-8504-01af806ecae0.png)
> ![image](https://user-images.githubusercontent.com/6298393/140376679-54716d82-f431-46f7-b959-022374b6f893.png)

Replacing this single-column table with a list is okay. 

Is there a reason why you want to make it a list?

-------------

PR: https://git.openjdk.java.net/jdk/pull/6260


More information about the core-libs-dev mailing list