Skip to content

Commit

Permalink
Removed unused include and clueless whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Jun 29, 2020
1 parent 4286522 commit 3263967
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/cc/arduino/contributions/ui/InstallerJDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@

import cc.arduino.contributions.ui.listeners.AbstractKeyListener;
import processing.app.Base;
import processing.app.Theme;

public abstract class InstallerJDialog<T> extends JDialog {

Expand Down Expand Up @@ -329,7 +328,6 @@ private void setErrorMessageVisible(boolean visible) {
}

protected final ActionListener categoryChooserActionListener = new ActionListener() {

@Override
public void actionPerformed(ActionEvent event) {
DropdownItem<T> selected = (DropdownItem<T>) categoryChooser.getSelectedItem();
Expand Down

0 comments on commit 3263967

Please sign in to comment.