From 7dec4b0af4e9600fdced7e1228996339ee5bf35f Mon Sep 17 00:00:00 2001 From: Eylon Malin Date: Wed, 2 Oct 2019 15:41:08 +0300 Subject: MsoRestClientNew not extends RestMsoImplementation Issue-ID: VID-253 Signed-off-by: Eylon Malin Change-Id: I2e67f31bee79e05286fec4152ae5c85a96186047 --- .../src/main/java/org/onap/vid/mso/RestMsoImplementation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vid-app-common/src/main/java/org/onap/vid/mso/RestMsoImplementation.java') diff --git a/vid-app-common/src/main/java/org/onap/vid/mso/RestMsoImplementation.java b/vid-app-common/src/main/java/org/onap/vid/mso/RestMsoImplementation.java index 9c8902d00..3497b4ad3 100644 --- a/vid-app-common/src/main/java/org/onap/vid/mso/RestMsoImplementation.java +++ b/vid-app-common/src/main/java/org/onap/vid/mso/RestMsoImplementation.java @@ -87,7 +87,7 @@ public class RestMsoImplementation implements RestInterface { */ @Autowired - protected RestMsoImplementation(HttpsAuthClient httpsAuthClient, SystemPropertiesWrapper systemProperties, Logging loggingService){ + public RestMsoImplementation(HttpsAuthClient httpsAuthClient, SystemPropertiesWrapper systemProperties, Logging loggingService){ this.httpsAuthClient=httpsAuthClient; this.systemProperties = systemProperties; this.loggingService = loggingService; -- cgit 1.2.3-korg