Skip to content

Commit

Permalink
Fix review findings part 1
Browse files Browse the repository at this point in the history
Signed-off-by: Goerentz <[email protected]>
  • Loading branch information
MarcelGoerentz-eaton committed Nov 14, 2022
1 parent 48d1fe1 commit 09ec60e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class LiquidCheckDiscoveryService extends AbstractDiscoveryService {
private boolean isHostname = false;

public LiquidCheckDiscoveryService() {
super(SUPPORTED_THING_TYPES_UIDS, DISCOVER_TIMEOUT_SECONDS);
super(SUPPORTED_THING_TYPES_UIDS, DISCOVER_TIMEOUT_SECONDS, false);
}

@Override
Expand Down

0 comments on commit 09ec60e

Please sign in to comment.