mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixed build failure due to incorrect class name
This commit is contained in:
parent
3c23a3cf5e
commit
6cb3ffa3ca
@ -117,7 +117,7 @@ import java.util.concurrent.TimeUnit;
|
|||||||
* bind="setDeviceTypeGeneratorService"
|
* bind="setDeviceTypeGeneratorService"
|
||||||
* unbind="unsetDeviceTypeGeneratorService"
|
* unbind="unsetDeviceTypeGeneratorService"
|
||||||
*/
|
*/
|
||||||
public class deviceDeviceManagementServiceComponent {
|
public class DeviceManagementServiceComponent {
|
||||||
|
|
||||||
private static final Object LOCK = new Object();
|
private static final Object LOCK = new Object();
|
||||||
private static Log log = LogFactory.getLog(DeviceManagementServiceComponent.class);
|
private static Log log = LogFactory.getLog(DeviceManagementServiceComponent.class);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user