diff options
author | renealr <reneal.rogers@amdocs.com> | 2018-08-27 14:56:56 -0400 |
---|---|---|
committer | renealr <reneal.rogers@amdocs.com> | 2018-08-27 14:57:22 -0400 |
commit | 87dfa2cf9864b4eb0a99eb4771bcd04455e70318 (patch) | |
tree | 0381c72b6e28d22fef3fdc02163b4a634374d494 /sparkybe-onap-application | |
parent | b889beb825c82c38d96b74bed2d6c98cb4e0cb53 (diff) |
fix constructor ref to a non existing bean
Issue-ID: AAI-1546
Change-Id: Idd13ac02425359ae578d683adc0a30d467753409
Signed-off-by: renealr <reneal.rogers@amdocs.com>
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" /> |