Skip to content

Commit f8cfe9c

Browse files
committed
[FIX] re-add removed JPanel / remove @OverRide annotation
1 parent cb374f8 commit f8cfe9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/seesharpsoft/intellij/plugins/csv/editor/CsvEditorSettingsPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public class CsvEditorSettingsPanel implements SearchableConfigurable {
1616
private JPanel myMainPanel;
1717
private JCheckBox cbUseSoftWraps;
1818
private JCheckBox cbColumnHighlighting;
19+
private JPanel panelHighlighting;
1920
private CheckBoxWithColorChooser cbTabHighlightColor;
2021

2122
@NotNull
@@ -37,7 +38,6 @@ public JComponent createComponent() {
3738
}
3839

3940
// ensure downward compatibility
40-
@Override
4141
public boolean isModified(@NotNull JToggleButton toggleButton, boolean value) {
4242
return toggleButton.isSelected() != value;
4343
}

0 commit comments

Comments
 (0)