Skip to content

Commit

Permalink
Adding missing annotations
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 f1d0f17 commit 2d39111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public interface HealthService extends HttpService {
*
* @return the root path for the health group endpoints
*/
@NonNull
String getHealthRootPath();

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public HealthServiceImpl(@NonNull ServiceStatus serviceStatus) {
}

@Override
@NonNull
public String getHealthRootPath() {
return "/healthz";
}
Expand Down

0 comments on commit 2d39111

Please sign in to comment.