On Thu, 21 Aug 2025 06:54:19 GMT, Jayathirth D V <[email protected]> wrote:
>> John Hendrikx has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Fix typo
>
> modules/javafx.graphics/src/main/java/com/sun/javafx/runtime/async/AbstractRemoteResource.java
> line 64:
>
>> 62: }
>> 63:
>> 64: protected AbstractRemoteResource(String url, String method, String
>> outboundContent, AsyncOperationListener<T> listener) {
>
> I see that outboundContent calls are no where used. Is this the reason we are
> cleaning up this code?
Yeah, I generally remove code that I see is unused, if it otherwise would have
needed to be adjusted.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1875#discussion_r2290776084