RFR: 8334580: Deprecate no-arg constructor BasicSliderUI() for removal [v2]
Kevin Rushforth
kcr at openjdk.org
Fri Jun 21 12:15:10 UTC 2024
On Fri, 21 Jun 2024 12:11:21 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> The no-arg constructor BasicSliderUI() was added under [JDK-8250852](https://bugs.openjdk.org/browse/JDK-8250852) by mistake. This constructor should be deprecated for removal in future release
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>
> Add forRemoval
This looks good. I presume you've done a test build to ensure that there are no "removal" warnings elsewhere in the JDK? (I suspect there aren't, since I doubt any test program would be using this mistakenly added constructor)
-------------
Marked as reviewed by kcr (Author).
PR Review: https://git.openjdk.org/jdk/pull/19819#pullrequestreview-2132519171
More information about the client-libs-dev
mailing list