diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-01-29 22:42:19 -0500 |
---|---|---|
committer | Ankitkumar Patel <ankit@research.att.com> | 2018-01-31 15:57:42 -0500 |
commit | 401b48bc573561f097960a9ca7abe6d788456f28 (patch) | |
tree | a8f089325447333d535adbc9d23dbf182547845e /POLICY-SDK-APP/src/main | |
parent | 9301fed7c290f52208922f780fdfe4b5a880b5aa (diff) |
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 <ankit@research.att.com>
Diffstat (limited to 'POLICY-SDK-APP/src/main')
-rw-r--r-- | POLICY-SDK-APP/src/main/java/org/onap/policy/controller/CreateDcaeMicroServiceController.java | 2 |
1 files changed, 1 insertions, 1 deletions
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<String, MSAttributeObject> tempMap; + Map<String, MSAttributeObject> tempMap; tempMap = utils.processEpackage(workingFile, MODEL_TYPE.XMI); |