File tree 4 files changed +4
-4
lines changed
cc/arduino/packages/discoverers
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public class SerialDiscovery implements Discovery {
41
41
42
42
private Timer serialBoardsListerTimer ;
43
43
private final List <BoardPort > serialBoardPorts ;
44
- private SerialBoardsLister serialBoardsLister = new SerialBoardsLister (this );;
44
+ private SerialBoardsLister serialBoardsLister = new SerialBoardsLister (this );
45
45
46
46
public SerialDiscovery () {
47
47
this .serialBoardPorts = new LinkedList <>();
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ static public String getBoardManagerLink() {
406
406
return boardManagerLink ;
407
407
}
408
408
409
- protected static PropertyChangeSupport propertyChangeSupport = new PropertyChangeSupport (BaseNoGui .class );;
409
+ protected static PropertyChangeSupport propertyChangeSupport = new PropertyChangeSupport (BaseNoGui .class );
410
410
411
411
public static void setBoardManagerLink (String temp ) {
412
412
boardManagerLink = temp ;
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ public void openFolder(File file) throws Exception {
155
155
156
156
static {
157
157
loadLib (new File (BaseNoGui .getContentFile ("lib" ), System .mapLibraryName ("listSerialsj" )));
158
- };
158
+ }
159
159
160
160
private static void loadLib (File lib ) {
161
161
try {
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public static interface TextStorage {
72
72
73
73
/** Clear the isModified() result value */
74
74
public void clearModified ();
75
- };
75
+ }
76
76
77
77
/**
78
78
* A storage for this file's text. This can be set by a GUI, so we can
You can’t perform that action at this time.
0 commit comments