RFR: 8283705: Make javax.sound.midi.Track a final class
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Tue May 10 06:57:49 UTC 2022
On Sun, 1 May 2022 21:15:33 GMT, Phil Race <prr at openjdk.org> wrote:
> This is the straggler from several PRs which were around making JDK classes sealed.
> There's nothing to be sealed here, but the same query pointed out that this class has
> no public or protected constructor (as well as no sub-classes) and so can be made final
>
> CSR for review here https://bugs.openjdk.java.net/browse/JDK-8285978
Marked as reviewed by psadhukhan (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/8492
More information about the client-libs-dev
mailing list