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 @@ -162,7 +162,7 @@ public void stop() {
162
162
163
163
@ Override
164
164
public List <BoardPort > listDiscoveredBoards () {
165
- synchronized (reachableBoardPorts ) {
165
+ synchronized (reachableBoardPorts ) {
166
166
return getBoardPortsDiscoveredWithJmDNS ();
167
167
}
168
168
}
@@ -176,8 +176,8 @@ public List<BoardPort> listDiscoveredBoards(boolean complete) {
176
176
177
177
public void setReachableBoardPorts (List <BoardPort > newReachableBoardPorts ) {
178
178
synchronized (reachableBoardPorts ) {
179
- this . reachableBoardPorts .clear ();
180
- this . reachableBoardPorts .addAll (newReachableBoardPorts );
179
+ reachableBoardPorts .clear ();
180
+ reachableBoardPorts .addAll (newReachableBoardPorts );
181
181
}
182
182
}
183
183
You can’t perform that action at this time.
0 commit comments