Refactoring

This commit is contained in:
megala21 2017-10-11 21:37:01 +05:30
parent a838590e31
commit 42ce4163fe

View File

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