remove redundant interface declaration

master
melvin 2012-10-03 16:13:10 +08:00
parent 6ea3e13a51
commit df8b2d4d39
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ public class DuelDialog extends JDialog implements ActionListener {
}
}
private static class ColorsChooser extends JComboBox implements ListCellRenderer, ActionListener {
private static class ColorsChooser extends JComboBox implements ListCellRenderer {
private static final long serialVersionUID = 1L;