From: mark.j.leonard Date: Fri, 17 Aug 2018 09:51:00 +0000 (+0100) Subject: Explicitly initialise the EventCallback class X-Git-Tag: 1.3.0~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=343089923ca1dafb6a530b77718df5e82926b557;hp=343089923ca1dafb6a530b77718df5e82926b557;p=aai%2Fmodel-loader.git Explicitly initialise the EventCallback class Remove the @Autowired annotation on the Babel Service Client and pass this as a parameter so that Spring will inject the value. This ensures that the EventCallback is not initialised with a null value. Issue-ID: AAI-1501 Change-Id: Ic1a66bf61afec4f707162acf323b83a8a48e8f28 Signed-off-by: mark.j.leonard ---