Skip to content

Commit

Permalink
Merge pull request #13181 from jmartisk/graphql-health-rename
Browse files Browse the repository at this point in the history
Fix the name of registerHealthUiHandler method
  • Loading branch information
gsmet authored Nov 9, 2020
2 parents 7007531 + 608d2b2 commit 2cc0950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ void registerUiExtension(

@BuildStep
@Record(ExecutionTime.RUNTIME_INIT)
void registerGraphQLUiHandler(
void registerHealthUiHandler(
BuildProducer<RouteBuildItem> routeProducer,
SmallRyeHealthRecorder recorder,
SmallRyeHealthRuntimeConfig runtimeConfig,
Expand Down

0 comments on commit 2cc0950

Please sign in to comment.