Commit 8ef786acbf893378dfb75d3f10096709422a0093

Authored by deaflynx
1 parent f9e2d128

Code cleaning

@@ -34,7 +34,6 @@ import org.thingsboard.server.common.data.tenant.profile.DefaultTenantProfileCon @@ -34,7 +34,6 @@ import org.thingsboard.server.common.data.tenant.profile.DefaultTenantProfileCon
34 import org.thingsboard.server.dao.asset.AssetService; 34 import org.thingsboard.server.dao.asset.AssetService;
35 import org.thingsboard.server.dao.dashboard.DashboardService; 35 import org.thingsboard.server.dao.dashboard.DashboardService;
36 import org.thingsboard.server.dao.device.DeviceService; 36 import org.thingsboard.server.dao.device.DeviceService;
37 -import org.thingsboard.server.dao.edge.EdgeService;  
38 import org.thingsboard.server.dao.entity.AbstractEntityService; 37 import org.thingsboard.server.dao.entity.AbstractEntityService;
39 import org.thingsboard.server.dao.entityview.EntityViewService; 38 import org.thingsboard.server.dao.entityview.EntityViewService;
40 import org.thingsboard.server.dao.exception.DataValidationException; 39 import org.thingsboard.server.dao.exception.DataValidationException;
@@ -79,10 +78,6 @@ public class CustomerServiceImpl extends AbstractEntityService implements Custom @@ -79,10 +78,6 @@ public class CustomerServiceImpl extends AbstractEntityService implements Custom
79 78
80 @Autowired 79 @Autowired
81 private DashboardService dashboardService; 80 private DashboardService dashboardService;
82 -  
83 - @Autowired  
84 - private EdgeService edgeService;  
85 -  
86 @Autowired 81 @Autowired
87 @Lazy 82 @Lazy
88 private TbTenantProfileCache tenantProfileCache; 83 private TbTenantProfileCache tenantProfileCache;