On Wed, 5 Nov 2025 23:40:26 GMT, Michael Strauß <[email protected]> wrote:

>> John Hendrikx has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Add additional tests
>
> modules/javafx.base/src/main/java/javafx/collections/ObservableList.java line 
> 105:
> 
>> 103:      *         or {@code from > to}
>> 104:      */
>> 105:     public default boolean replaceRange(int from, int to, Collection<? 
>> extends E> col) {
> 
> This method needs an `@since 26` tag.

Thanks for catching this! I don't know how I missed it.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1937#discussion_r2496576508

Reply via email to