On Thu, 19 Jan 2023 05:24:06 GMT, Nir Lisker <[email protected]> wrote:
>> Ajit Ghaisas has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Remove extra spaces
>
> modules/javafx.controls/src/main/java/javafx/scene/control/ListView.java line
> 152:
>
>> 150: * <h3>Warning: Nodes should not be inserted directly into the items
>> list</h3>
>> 151: * ListView allows for the items list to contain elements of any type,
>> including
>> 152: * {@link Node} instances. Putting nodes into
>
> `Node` is already linked above so there's no need for it, but it's fine to
> leave as is.
The first occurrence of `{@link Node}` is on line 152. I have kept the first
occurrence and replaced others with `{@code Node}`
-------------
PR: https://git.openjdk.org/jfx/pull/995