Integrated: 8313403: Remove unused 'mask' field from JFormattedTextField
Alexey Ivanov
aivanov at openjdk.org
Mon Sep 25 18:10:44 UTC 2023
On Mon, 31 Jul 2023 10:26:44 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> The private field `mask` is never used in `JFormattedTextField`.
>
> I couldn't find any usages of the field, including JNI. Therefore, it is safe to remove.
This pull request has now been integrated.
Changeset: b65f4f72
Author: Alexey Ivanov <aivanov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b65f4f7220f53b250846c19ca6378450b5c9a61a
Stats: 4 lines in 1 file changed: 0 ins; 4 del; 0 mod
8313403: Remove unused 'mask' field from JFormattedTextField
Reviewed-by: prr, honkar
-------------
PR: https://git.openjdk.org/jdk/pull/15088
More information about the client-libs-dev
mailing list