8189198: Add "forRemoval = true" to Applet API deprecations

Reviewed-by: iris, almatvee, kcr, prr
This commit is contained in:
Andy Herrick 2021-03-26 14:48:00 +00:00
parent b8122d6e3b
commit 57115fa23d
22 changed files with 73 additions and 59 deletions

View file

@ -6087,7 +6087,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
this.focusManager = fm;
}
@SuppressWarnings("deprecation")
@SuppressWarnings("removal")
public void propertyChange(PropertyChangeEvent ev) {
if (!isEditing() || getClientProperty("terminateEditOnFocusLost") != Boolean.TRUE) {
return;