Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
correctly register mDNS as a discovery service (#4528)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer authored and sjsf committed Nov 10, 2017
1 parent 9cddf01 commit 271f567
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@
* @author Kai Kreuzer - Improved startup behavior and background discovery
* @author Andre Fuechsel - make {@link #startScan()} asynchronous
*/
@Component(immediate = true)
@Component(immediate = true, service = DiscoveryService.class, configurationPid = "discovery.mdns")
public class MDNSDiscoveryService extends AbstractDiscoveryService implements ServiceListener {
private final Logger logger = LoggerFactory.getLogger(MDNSDiscoveryService.class);

Expand Down

0 comments on commit 271f567

Please sign in to comment.