mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Refactoring
This commit is contained in:
parent
a838590e31
commit
42ce4163fe
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user