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() {
163163
164164 @ Override
165165 public List <BoardPort > listDiscoveredBoards () {
166- synchronized (reachableBoardPorts ) {
166+ synchronized (reachableBoardPorts ) {
167167 return getBoardPortsDiscoveredWithJmDNS ();
168168 }
169169 }
@@ -177,8 +177,8 @@ public List<BoardPort> listDiscoveredBoards(boolean complete) {
177177
178178 public void setReachableBoardPorts (List <BoardPort > newReachableBoardPorts ) {
179179 synchronized (reachableBoardPorts ) {
180- this . reachableBoardPorts .clear ();
181- this . reachableBoardPorts .addAll (newReachableBoardPorts );
180+ reachableBoardPorts .clear ();
181+ reachableBoardPorts .addAll (newReachableBoardPorts );
182182 }
183183 }
184184
You can’t perform that action at this time.
0 commit comments