Remove SmartHome leftovers (#9283)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -38,7 +38,7 @@ import org.xml.sax.InputSource;
|
||||
* @author Thomas.Eichstaedt-Engelen
|
||||
*/
|
||||
@NonNullByDefault
|
||||
@Component(property = { "smarthome.transform=XPATH" })
|
||||
@Component(property = { "openhab.transform=XPATH" })
|
||||
public class XPathTransformationService implements TransformationService {
|
||||
|
||||
private final Logger logger = LoggerFactory.getLogger(XPathTransformationService.class);
|
||||
|
||||
@@ -60,7 +60,7 @@ public class XPathTransformationProfileFactory implements ProfileFactory, Profil
|
||||
return Arrays.asList(XPathTransformationProfile.PROFILE_TYPE_UID);
|
||||
}
|
||||
|
||||
@Reference(target = "(smarthome.transform=XPATH)")
|
||||
@Reference(target = "(openhab.transform=XPATH)")
|
||||
public void addTransformationService(TransformationService service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user