refactoring: EntityViewController removed duplicate code

This commit is contained in:
nickAS21 2022-05-22 18:57:58 +03:00
parent d58eb37cb8
commit f76902009b

View File

@ -119,8 +119,6 @@ public abstract class AbstractTbEntityService {
@Autowired
protected AttributesService attributesService;
@Autowired
protected EntityViewService entityView;
@Autowired
protected AccessControlService accessControlService;
protected ListenableFuture<Void> removeAlarmsByEntityId(TenantId tenantId, EntityId entityId) {