Skip to content

Commit

Permalink
Remove final modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavion committed Aug 6, 2022
1 parent 5357c46 commit bf552be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class NeatoAccountDiscoveryService extends AbstractDiscoveryService {
private static final int TIMEOUT = 15;

private final NeatoAccountHandler handler;
private final ThingUID bridgeUID;
private ThingUID bridgeUID;

private ScheduledFuture<?> scanTask;

Expand Down

0 comments on commit bf552be

Please sign in to comment.