|
|
@ -40,7 +40,7 @@ public class MDMComponent {
|
|
|
|
mdmServiceRegistration = bundleContext.registerService(ApplicationOperations.class.getName(), new
|
|
|
|
mdmServiceRegistration = bundleContext.registerService(ApplicationOperations.class.getName(), new
|
|
|
|
ApplicationOperationsImpl(), null);
|
|
|
|
ApplicationOperationsImpl(), null);
|
|
|
|
if (log.isDebugEnabled()) {
|
|
|
|
if (log.isDebugEnabled()) {
|
|
|
|
log.debug("WSO2MDM MDM Component activated");
|
|
|
|
log.debug("WSO2MDM MDM Component activated.");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -53,4 +53,4 @@ public class MDMComponent {
|
|
|
|
log.debug("WSO2MDM MDM Component deactivated");
|
|
|
|
log.debug("WSO2MDM MDM Component deactivated");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|