Remove accidental double initialization

This commit is contained in:
James Agnew 2018-08-23 09:32:10 -04:00
parent f8c03a3c37
commit 731658eef8
1 changed files with 0 additions and 1 deletions

View File

@ -351,7 +351,6 @@ public abstract class BaseSubscriptionInterceptor<S extends IBaseResource> exten
*/
@SuppressWarnings("unused")
@Scheduled(fixedDelay = 60000)
@PostConstruct
public void initSubscriptions() {
if (!myInitSubscriptionsSemaphore.tryAcquire()) {
return;