RFR: 8319192: Remove javax.swing.plaf.synth.SynthLookAndFeel.load(URL url) [v3]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Thu Mar 13 05:23:54 UTC 2025
On Thu, 6 Mar 2025 20:36:53 GMT, Phil Race <prr at openjdk.org> wrote:
>> src/java.desktop/share/classes/javax/swing/plaf/synth/SynthParser.java line 38:
>>
>>> 36: import java.io.InputStream;
>>> 37: import java.net.URL;
>>> 38: import java.net.URLClassLoader;
>>
>> Is URLClassLoader no longer used?
>
> seems so. I'll remove it.
URLCLassLoader still not removed it seems..I dont see its usage in the file..
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23909#discussion_r1992807148
More information about the client-libs-dev
mailing list