On Mon, 25 Jan 2021 08:09:28 GMT, Prasanta Sadhukhan <psadhuk...@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