mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
Removed FQN from servie declaration (#1088)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
2f7689e0a7
commit
8d6bb2d9ff
@ -57,7 +57,7 @@ import org.slf4j.LoggerFactory;
|
||||
* This implementation does neither handle memory leaks (orphaned listener instances) nor blocked listeners. No
|
||||
* performance optimizations have been done (synchronization).
|
||||
*
|
||||
* @author Michael Grammling - Initial Contribution
|
||||
* @author Michael Grammling - Initial contribution
|
||||
* @author Kai Kreuzer - Refactored API
|
||||
* @author Andre Fuechsel - Added removeOlderResults
|
||||
* @author Ivaylo Ivanov - Added getMaxScanTimeout
|
||||
@ -65,7 +65,7 @@ import org.slf4j.LoggerFactory;
|
||||
* @see DiscoveryServiceRegistry
|
||||
* @see DiscoveryListener
|
||||
*/
|
||||
@Component(immediate = true, service = org.eclipse.smarthome.config.discovery.DiscoveryServiceRegistry.class)
|
||||
@Component(immediate = true, service = DiscoveryServiceRegistry.class)
|
||||
@NonNullByDefault
|
||||
public final class DiscoveryServiceRegistryImpl implements DiscoveryServiceRegistry, DiscoveryListener {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user