8313403: Remove unused 'mask' field from JFormattedTextField

Reviewed-by: prr, honkar
This commit is contained in:
Alexey Ivanov 2023-09-25 18:06:53 +00:00
parent e3201d1d13
commit b65f4f7220

View File

@ -288,10 +288,6 @@ public class JFormattedTextField extends JTextField {
* Used to set the dirty state.
*/
private DocumentListener documentListener;
/**
* Masked used to set the AbstractFormatterFactory.
*/
private Object mask;
/**
* ActionMap that the TextFormatter Actions are added to.
*/