Re: RFR: JDK-8266651: Convert Table method parameters from String to Content

2021-05-18 Thread Jonathan Gibbons
On Wed, 12 May 2021 12:43:48 GMT, Hannes Wallnöfer wrote: > This changes the parameter type for the tab label from `String` to `Content` > in the `formats.html.Table` `addTab` and `setDefaultTab` methods. The change > is straightforward because the tab name was converted to `Content` anyway, >

RFR: JDK-8266651: Convert Table method parameters from String to Content

2021-05-12 Thread Hannes Wallnöfer
This changes the parameter type for the tab label from `String` to `Content` in the `formats.html.Table` `addTab` and `setDefaultTab` methods. The change is straightforward because the tab name was converted to `Content` anyway, and all resources are readily available in `Content` form. I brie