diff --git a/server/src/main/java/com/hedera/block/server/ServiceStatusImpl.java b/server/src/main/java/com/hedera/block/server/ServiceStatusImpl.java index 17c178810..b310326f7 100644 --- a/server/src/main/java/com/hedera/block/server/ServiceStatusImpl.java +++ b/server/src/main/java/com/hedera/block/server/ServiceStatusImpl.java @@ -20,9 +20,8 @@ import java.util.concurrent.atomic.AtomicBoolean; /** - * The ServiceStatusImpl class implements the ServiceStatus interface. - * It provides the implementation for checking the status of the service and - * shutting down the web server. + * The ServiceStatusImpl class implements the ServiceStatus interface. It provides the + * implementation for checking the status of the service and shutting down the web server. */ public class ServiceStatusImpl implements ServiceStatus { private final AtomicBoolean isRunning = new AtomicBoolean(true);