refactoring: EntityRelationController removed unused code

This commit is contained in:
nickAS21 2022-05-24 14:22:33 +03:00
parent 724f7c8708
commit 0aa86f5a72

View File

@ -229,9 +229,6 @@ public class DefaultTbNotificationEntityService implements TbNotificationEntityS
private void sendEntityNotificationMsg(TenantId tenantId, EntityId entityId, EdgeEventActionType action) {
sendNotificationMsgToEdgeService(tenantId, null, entityId, null, null, action);
}
private void sendEntityRelationNotificationMsg(TenantId tenantId, EntityId entityId, EdgeEventActionType action) {
sendNotificationMsgToEdgeService(tenantId, null, entityId, null, null, action);
}
private void sendEntityAssignToCustomerNotificationMsg(TenantId tenantId, EntityId entityId, CustomerId customerId, EdgeEventActionType action) {
try {