fixed compile error caused by previous checkin (issue #143)

This commit is contained in:
Karl Tauber
2020-07-31 19:28:58 +02:00
parent f29d3d84d4
commit 2f5ca20ca4

View File

@@ -39,7 +39,7 @@ public class FlatDatePickerBorder
}
@Override
protected boolean isTableCellEditor( Component c ) {
protected boolean isCellEditor( Component c ) {
return c.getParent() instanceof JTable;
}
}