Revert "Renaming Files having BluePrint to have Blueprint"
[ccsdk/cds.git] / ms / sdclistener / application / src / main / java / org / onap / ccsdk / cds / sdclistener / SdcListenerNotificationCallback.java
index 45fb367..b886832 100644 (file)
@@ -122,13 +122,13 @@ public class SdcListenerNotificationCallback implements INotificationCallback {
             final String archivePath = cbaArchivePath.toString();
 
             // Extract CBA archive from CSAR package and store it into local disk
-            csarFiles.forEach(file -> listenerService.extractBlueprint(file.getAbsolutePath(), archivePath));
+            csarFiles.forEach(file -> listenerService.extractBluePrint(file.getAbsolutePath(), archivePath));
             csarFiles.forEach(file -> FileUtil.deleteFile(file, csarArchivePath.toString()));
         } else {
             LOGGER.error("Could not able to read CSAR files from this location {}", csarArchivePath);
         }
 
-        listenerService.saveBlueprintToCdsDatabase(cbaArchivePath, sdcListenerDto.getManagedChannelForGrpc());
+        listenerService.saveBluePrintToCdsDatabase(cbaArchivePath, sdcListenerDto.getManagedChannelForGrpc());
     }
 
 }