Remove SmartHome leftovers (#9283)

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2020-12-08 18:03:49 +01:00
committed by GitHub
parent af4371844d
commit d2e5c3e7dd
64 changed files with 132 additions and 139 deletions

View File

@@ -30,7 +30,7 @@ import org.slf4j.LoggerFactory;
* @author Kai Kreuzer - Initial contribution and API
* @author Gaël L'hopital - Make it localizable
*/
@Component(service = TransformationService.class, property = { "smarthome.transform=MAP" })
@Component(service = TransformationService.class, property = { "openhab.transform=MAP" })
public class MapTransformationService extends AbstractFileTransformationService<Properties> {
private final Logger logger = LoggerFactory.getLogger(MapTransformationService.class);

View File

@@ -61,7 +61,7 @@ public class MapTransformationProfileFactory implements ProfileFactory, ProfileT
return Arrays.asList(MapTransformationProfile.PROFILE_TYPE_UID);
}
@Reference(target = "(smarthome.transform=MAP)")
@Reference(target = "(openhab.transform=MAP)")
public void addTransformationService(TransformationService service) {
this.service = service;
}