From 401b48bc573561f097960a9ca7abe6d788456f28 Mon Sep 17 00:00:00 2001 From: Ankitkumar Patel Date: Mon, 29 Jan 2018 22:42:19 -0500 Subject: Fixed the Sonar technical debt. Fixed the sonar technical dept primarily for the POLICY-REST module, and accordingly updated the other policy-engine modules for successful built. Issue-ID: POLICY-476 Change-Id: I0e9bd7209a7f9af247fa409a1682683082f92698 Signed-off-by: Ankitkumar Patel --- .../org/onap/policy/controller/CreateDcaeMicroServiceController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'POLICY-SDK-APP') diff --git a/POLICY-SDK-APP/src/main/java/org/onap/policy/controller/CreateDcaeMicroServiceController.java b/POLICY-SDK-APP/src/main/java/org/onap/policy/controller/CreateDcaeMicroServiceController.java index ebbbd2f63..431482d40 100644 --- a/POLICY-SDK-APP/src/main/java/org/onap/policy/controller/CreateDcaeMicroServiceController.java +++ b/POLICY-SDK-APP/src/main/java/org/onap/policy/controller/CreateDcaeMicroServiceController.java @@ -1702,7 +1702,7 @@ public class CreateDcaeMicroServiceController extends RestrictedBaseController { private void retreiveDependency(String workingFile, Boolean modelClass) { MSModelUtils utils = new MSModelUtils(PolicyController.getMsOnapName(), PolicyController.getMsPolicyName()); - HashMap tempMap; + Map tempMap; tempMap = utils.processEpackage(workingFile, MODEL_TYPE.XMI); -- cgit 1.2.3-korg