Add Swagger Related Configurations
[holmes/engine-management.git] / engine-d / src / main / java / org / onap / holmes / engine / resources / HealthCheck.java
index da2bf1b..c86bf06 100644 (file)
@@ -29,7 +29,7 @@ import org.jvnet.hk2.annotations.Service;
 @Service
 @SwaggerDefinition
 @Path("/healthcheck")
-@Api(tags = {"HealthCheck"})
+@Api(tags = {"Health Check"})
 @Produces(MediaType.TEXT_PLAIN)
 @Slf4j
 public class HealthCheck {