Skip to content

Commit

Permalink
removing unnecessary override from interface
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Aug 16, 2024
1 parent 2d39111 commit 5814f12
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package com.hedera.block.server.health;

import edu.umd.cs.findbugs.annotations.NonNull;
import io.helidon.webserver.http.HttpRules;
import io.helidon.webserver.http.HttpService;
import io.helidon.webserver.http.ServerRequest;
import io.helidon.webserver.http.ServerResponse;
Expand All @@ -32,14 +31,6 @@ public interface HealthService extends HttpService {
@NonNull
String getHealthRootPath();

/**
* Configures the health routes for the server.
*
* @param httpRules is used to configure the health endpoints routes
*/
@Override
void routing(@NonNull final HttpRules httpRules);

/**
* Handles the request for liveness endpoint, that it most be defined on routing implementation.
*
Expand Down

0 comments on commit 5814f12

Please sign in to comment.