fix constructor ref to a non existing bean 15/63115/1
authorrenealr <reneal.rogers@amdocs.com>
Mon, 27 Aug 2018 18:56:56 +0000 (14:56 -0400)
committerrenealr <reneal.rogers@amdocs.com>
Mon, 27 Aug 2018 18:57:22 +0000 (14:57 -0400)
Issue-ID: AAI-1546

Change-Id: Idd13ac02425359ae578d683adc0a30d467753409
Signed-off-by: renealr <reneal.rogers@amdocs.com>
sparkybe-onap-application/config/spring-beans/sparky-sync.xml

index bb976c8..721e12e 100644 (file)
@@ -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" />