Skip to content

Commit 3263967

Browse files
committed
Removed unused include and clueless whitespaces
1 parent 4286522 commit 3263967

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/cc/arduino/contributions/ui/InstallerJDialog.java

-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171

7272
import cc.arduino.contributions.ui.listeners.AbstractKeyListener;
7373
import processing.app.Base;
74-
import processing.app.Theme;
7574

7675
public abstract class InstallerJDialog<T> extends JDialog {
7776

@@ -329,7 +328,6 @@ private void setErrorMessageVisible(boolean visible) {
329328
}
330329

331330
protected final ActionListener categoryChooserActionListener = new ActionListener() {
332-
333331
@Override
334332
public void actionPerformed(ActionEvent event) {
335333
DropdownItem<T> selected = (DropdownItem<T>) categoryChooser.getSelectedItem();

0 commit comments

Comments
 (0)