Skip to content

Commit

Permalink
Remove unnecessary comment block in PingService class
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Nov 16, 2024
1 parent 101bd82 commit 21650d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/src/main/java/org/restheart/services/PingService.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ public void setup() {
this.msg = argOrDefault(this.config, "msg", "Greetings from RESTHeart!");
}

/**
*
*/
@Override
public void handle(final ByteArrayRequest request, final ByteArrayResponse response) throws Exception {
if (request.isGet()) {
Expand Down

0 comments on commit 21650d6

Please sign in to comment.