File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 11package processing .app ;
22
33import cc .arduino .packages .BoardPort ;
4- import cc .arduino .packages .DiscoveryManager ;
54import processing .app .legacy .PApplet ;
65
76import javax .swing .*;
109import java .awt .event .ActionListener ;
1110import java .awt .event .WindowAdapter ;
1211import java .awt .event .WindowEvent ;
13- import java .util .List ;
1412
1513@ SuppressWarnings ("serial" )
1614public abstract class AbstractMonitor extends JFrame implements ActionListener {
@@ -85,7 +83,7 @@ public void actionPerformed(ActionEvent ae) {
8583 suspend ();
8684 }
8785 } else {
88- if (closed && ( Editor .isUploading () == false )) {
86+ if (closed && ! Editor .isUploading ()) {
8987 resume (boardPort );
9088 }
9189 }
Original file line number Diff line number Diff line change 2323
2424import java .awt .Color ;
2525import java .awt .event .ActionEvent ;
26- import java .awt .event .ActionListener ;
2726import java .awt .event .KeyAdapter ;
2827import java .awt .event .KeyEvent ;
2928
You can’t perform that action at this time.
0 commit comments