File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
arduino-core/src/cc/arduino/packages/discoverers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ public void stop() {
163
163
164
164
@ Override
165
165
public List <BoardPort > listDiscoveredBoards () {
166
- synchronized (reachableBoardPorts ) {
166
+ synchronized (reachableBoardPorts ) {
167
167
return getBoardPortsDiscoveredWithJmDNS ();
168
168
}
169
169
}
@@ -177,8 +177,8 @@ public List<BoardPort> listDiscoveredBoards(boolean complete) {
177
177
178
178
public void setReachableBoardPorts (List <BoardPort > newReachableBoardPorts ) {
179
179
synchronized (reachableBoardPorts ) {
180
- this . reachableBoardPorts .clear ();
181
- this . reachableBoardPorts .addAll (newReachableBoardPorts );
180
+ reachableBoardPorts .clear ();
181
+ reachableBoardPorts .addAll (newReachableBoardPorts );
182
182
}
183
183
}
184
184
You can’t perform that action at this time.
0 commit comments