aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/onap/portal/history/configuration/SchedulerConfig.java
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/java/org/onap/portal/history/configuration/SchedulerConfig.java')
-rw-r--r--app/src/main/java/org/onap/portal/history/configuration/SchedulerConfig.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/java/org/onap/portal/history/configuration/SchedulerConfig.java b/app/src/main/java/org/onap/portal/history/configuration/SchedulerConfig.java
index 529cbc3..2295a5f 100644
--- a/app/src/main/java/org/onap/portal/history/configuration/SchedulerConfig.java
+++ b/app/src/main/java/org/onap/portal/history/configuration/SchedulerConfig.java
@@ -24,7 +24,6 @@ package org.onap.portal.history.configuration;
import org.onap.portal.history.services.ActionsService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.beans.factory.annotation.Value;
import org.springframework.scheduling.annotation.EnableScheduling;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
@@ -37,7 +36,6 @@ public class SchedulerConfig {
private final ActionsService actionsService;
private final PortalHistoryConfig portalHistoryConfig;
- @Autowired
public SchedulerConfig(ActionsService actionsService, PortalHistoryConfig portalHistoryConfig){
this.actionsService = actionsService;
this.portalHistoryConfig = portalHistoryConfig;