Skip to content

Commit

Permalink
fix: spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Aug 4, 2024
1 parent 02835df commit 89fb31e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 89fb31e

Please sign in to comment.