diff options
Diffstat (limited to 'sparkybe-onap-application')
-rw-r--r-- | sparkybe-onap-application/config/spring-beans/sparky-sync.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sparkybe-onap-application/config/spring-beans/sparky-sync.xml b/sparkybe-onap-application/config/spring-beans/sparky-sync.xml index bb976c8..721e12e 100644 --- a/sparkybe-onap-application/config/spring-beans/sparky-sync.xml +++ b/sparkybe-onap-application/config/spring-beans/sparky-sync.xml @@ -74,7 +74,7 @@ class="org.onap.aai.sparky.aggregation.sync.AggregationSyncControllerFactory" init-method="registerController"> - <constructor-arg ref="searchServiceRestEndpointConfi" /> + <constructor-arg ref="searchServiceRestEndpointConfig" /> <constructor-arg ref="aggregationSyncControllerConfig" /> <constructor-arg ref="syncControllerRegistry" /> <constructor-arg ref="suggestionEntityLookup" /> |