Additional tests for VNF image extraction
[aai/babel.git] / src / main / java / org / onap / aai / babel / csar / vnfcatalog / VnfVendorImageExtractor.java
index eb841e6..247dfee 100644 (file)
@@ -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()