Fixed build failure due to incorrect class name

This commit is contained in:
charitha 2017-11-23 16:40:53 +05:30
parent 3c23a3cf5e
commit 6cb3ffa3ca

View File

@ -117,7 +117,7 @@ import java.util.concurrent.TimeUnit;
* bind="setDeviceTypeGeneratorService"
* unbind="unsetDeviceTypeGeneratorService"
*/
public class deviceDeviceManagementServiceComponent {
public class DeviceManagementServiceComponent {
private static final Object LOCK = new Object();
private static Log log = LogFactory.getLog(DeviceManagementServiceComponent.class);