Code cleaning

This commit is contained in:
deaflynx 2020-12-18 14:39:55 +02:00
parent 8ef786acbf
commit 1ab1a8e085

View File

@ -78,6 +78,7 @@ public class CustomerServiceImpl extends AbstractEntityService implements Custom
@Autowired @Autowired
private DashboardService dashboardService; private DashboardService dashboardService;
@Autowired @Autowired
@Lazy @Lazy
private TbTenantProfileCache tenantProfileCache; private TbTenantProfileCache tenantProfileCache;