We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3201d1 commit b65f4f7Copy full SHA for b65f4f7
src/java.desktop/share/classes/javax/swing/JFormattedTextField.java
@@ -288,10 +288,6 @@ public class JFormattedTextField extends JTextField {
288
* Used to set the dirty state.
289
*/
290
private DocumentListener documentListener;
291
- /**
292
- * Masked used to set the AbstractFormatterFactory.
293
- */
294
- private Object mask;
295
/**
296
* ActionMap that the TextFormatter Actions are added to.
297
0 commit comments