Browse Source

refactoring: EntityViewController removed duplicate code

pull/6582/head
nickAS21 4 years ago
parent
commit
f76902009b
  1. 2
      application/src/main/java/org/thingsboard/server/service/entitiy/AbstractTbEntityService.java

2
application/src/main/java/org/thingsboard/server/service/entitiy/AbstractTbEntityService.java

@ -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) {

Loading…
Cancel
Save