diff options
author | 2020-03-30 12:43:41 +0000 | |
---|---|---|
committer | 2020-03-30 12:43:41 +0000 | |
commit | 8d23a63762dcd0d435463fa25c64f146d52dc981 (patch) | |
tree | d1a82b2c4b8bdad3424d2a9e4466f75b799aa684 /asdc-controller | |
parent | 7afcb6b9c3be874059580ef75158ebecedfb6bc9 (diff) | |
parent | 8a87bb89e02906a97298af344de37049276fbfdc (diff) |
Merge "initial commit of testing of grabbing cvnfc cust"
Diffstat (limited to 'asdc-controller')
-rw-r--r-- | asdc-controller/src/main/java/org/onap/so/asdc/installer/heat/ToscaResourceInstaller.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdc-controller/src/main/java/org/onap/so/asdc/installer/heat/ToscaResourceInstaller.java b/asdc-controller/src/main/java/org/onap/so/asdc/installer/heat/ToscaResourceInstaller.java index f524b96fa9..d023df3b79 100644 --- a/asdc-controller/src/main/java/org/onap/so/asdc/installer/heat/ToscaResourceInstaller.java +++ b/asdc-controller/src/main/java/org/onap/so/asdc/installer/heat/ToscaResourceInstaller.java @@ -2036,7 +2036,7 @@ public class ToscaResourceInstaller { // ****************************************************************************************************************** List<CvnfcConfigurationCustomization> cvnfcConfigurationCustomizations = new ArrayList<>(); - Set<CvnfcCustomization> cvnfcCustomizations = new HashSet<>(); + List<CvnfcCustomization> cvnfcCustomizations = new ArrayList<>(); Set<VnfcCustomization> vnfcCustomizations = new HashSet<>(); // Only set the CVNFC if this vfModule group is a member of it. |