This commit is contained in:
inosh-perera 2015-03-25 21:00:44 +05:30
commit a46d3a41de

View File

@ -144,6 +144,10 @@ public class DeviceManagementServiceComponent {
}
}
protected void deactivate(ComponentContext componentContext) {
//do nothing
}
private void registerServices(ComponentContext componentContext) {
if (log.isDebugEnabled()) {
log.debug("Registering OSGi service DeviceManagementServiceImpl");