added override annotation

This commit is contained in:
Greg DiCristofaro 2020-03-18 12:01:35 -04:00
parent 906fc50a08
commit 065a7313c3

View File

@ -70,6 +70,7 @@ public class EamDbSettingsDialog extends JDialog {
private class DbChoiceRenderer extends JLabel implements ListCellRenderer<CentralRepoDbChoice>, Serializable {
private static final long serialVersionUID = 1L;
@Override
public Component getListCellRendererComponent(
JList<? extends CentralRepoDbChoice> list, CentralRepoDbChoice value,
int index, boolean isSelected, boolean cellHasFocus) {