On Fri, 9 Dec 2022 21:25:55 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
>> modules/javafx.controls/src/main/java/javafx/scene/control/TableView.java >> line 452: >> >>> 450: /** >>> 451: * A resize policy that adjusts columns, starting with the next >>> one, in order to fit the table width. >>> 452: * <p> >> >> Minor: you can remote this `<p>`, too. > > I liked it with `<p>` : - ) It should at least be consistent with the rest of them. The formatting (with or without the `<p>`) is something we could ask others to weigh in on, too. I don't care too much, one way or the other. ------------- PR: https://git.openjdk.org/jfx/pull/897