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