Additional tests for VNF image extraction
[aai/babel.git] / src / main / java / org / onap / aai / babel / csar / vnfcatalog / VnfVendorImageExtractor.java
index b7d79a0..247dfee 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * ============LICENSE_START=======================================================
+ * ============LICENSE_START=======================================================
  * org.onap.aai
  * ================================================================================
  * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
@@ -238,7 +238,7 @@ public class VnfVendorImageExtractor {
     }
 
     @SuppressWarnings("unchecked")
-    private List<String> extractSoftwareVersions(SubstitutionMappings sm) throws ToscaToCatalogException {
+    List<String> extractSoftwareVersions(SubstitutionMappings sm) throws ToscaToCatalogException {
         applicationLogger.debug("Trying to extract the software versions for the vnf configuration");
 
         List<NodeTemplate> imagesNodes = sm.getNodeTemplates().stream()