Refactoring

revert-70aa11f8
megala21 7 years ago
parent a838590e31
commit 42ce4163fe

@ -46,7 +46,7 @@ public class DeviceTypeExtensionServiceComponent {
protected void activate(ComponentContext ctx) { protected void activate(ComponentContext ctx) {
try { try {
if (log.isDebugEnabled()) { if (log.isDebugEnabled()) {
log.debug("Activating DeviceType Deployer Service Component"); log.debug("Activating Device Type Extension Service Component");
} }
ctx.getBundleContext() ctx.getBundleContext()
.registerService(DeviceTypeGeneratorService.class, new DeviceTypeGeneratorServiceImpl(), null); .registerService(DeviceTypeGeneratorService.class, new DeviceTypeGeneratorServiceImpl(), null);

Loading…
Cancel
Save