Integrated: 8283705: Make javax.sound.midi.Track a final class
Phil Race
prr at openjdk.java.net
Wed May 18 17:21:59 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
This pull request has now been integrated.
Changeset: 9becf7d5
Author: Phil Race <prr at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/9becf7d5780860a92e018638dafb1b0a02b07048
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8283705: Make javax.sound.midi.Track a final class
Reviewed-by: psadhukhan
-------------
PR: https://git.openjdk.java.net/jdk/pull/8492
More information about the client-libs-dev
mailing list