From 87dfa2cf9864b4eb0a99eb4771bcd04455e70318 Mon Sep 17 00:00:00 2001 From: renealr Date: Mon, 27 Aug 2018 14:56:56 -0400 Subject: [PATCH] fix constructor ref to a non existing bean Issue-ID: AAI-1546 Change-Id: Idd13ac02425359ae578d683adc0a30d467753409 Signed-off-by: renealr --- sparkybe-onap-application/config/spring-beans/sparky-sync.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"> - + -- 2.16.6