mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8189198: Add "forRemoval = true" to Applet API deprecations
Reviewed-by: iris, almatvee, kcr, prr
This commit is contained in:
parent
b8122d6e3b
commit
57115fa23d
22 changed files with 73 additions and 59 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue