mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-01 21:52:12 +01:00
Removed unused include and clueless whitespaces
This commit is contained in:
parent
42865229c2
commit
3263967893
@ -71,7 +71,6 @@ import javax.swing.text.DefaultEditorKit;
|
||||
|
||||
import cc.arduino.contributions.ui.listeners.AbstractKeyListener;
|
||||
import processing.app.Base;
|
||||
import processing.app.Theme;
|
||||
|
||||
public abstract class InstallerJDialog<T> extends JDialog {
|
||||
|
||||
@ -329,7 +328,6 @@ public abstract class InstallerJDialog<T> extends JDialog {
|
||||
}
|
||||
|
||||
protected final ActionListener categoryChooserActionListener = new ActionListener() {
|
||||
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent event) {
|
||||
DropdownItem<T> selected = (DropdownItem<T>) categoryChooser.getSelectedItem();
|
||||
|
Loading…
x
Reference in New Issue
Block a user