<Swing Dev> RFR: 8260343: Delete obsolete classes in the Windows L&F

Sergey Bylokhov serb at openjdk.java.net
Mon Jan 25 18:40:47 UTC 2021


On Mon, 25 Jan 2021 08:09:28 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Obsolete/unused classes are removed.
>
> src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsComboBoxUI.java line 529:
> 
>> 527:      * @deprecated As of Java 2 platform v1.4.
>> 528:      */
>> 529:     @Deprecated
> 
> Should we not mark it "forRemoval=true" before actually removing it?

it is not needed, this is not a public API.

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

PR: https://git.openjdk.java.net/jdk/pull/2216


More information about the swing-dev mailing list