Revert "Renaming Files having BluePrint to have Blueprint"
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / inbounds / health-api-common / src / main / kotlin / org / onap / ccsdk / cds / blueprintsprocessor / healthapi / service / health / BluePrintProcessorHealthCheck.kt
@@ -28,13 +28,13 @@ import org.springframework.stereotype.Service
  * @version 1.0
  */
 @Service
-open class BlueprintProcessorHealthCheck(
+open class BluePrintProcessorHealthCheck(
     private val endPointExecution: EndPointExecution,
     private val healthCheckProperties: HealthCheckProperties
 ) :
     AbstractHealthCheck(endPointExecution) {
 
     override fun setupServiceEndpoint(): List<ServiceEndpoint> {
-        return healthCheckProperties.getBlueprintServiceInformation()
+        return healthCheckProperties.getBluePrintServiceInformation()
     }
 }