Skip to content

Commit

Permalink
corrected checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
SthuthiGhosh9400 committed Oct 10, 2024
1 parent dd1dd36 commit 77e4df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public void installPlugin(Plugin plugin)
log.info("Registering plan checker provider factory %s", planCheckerProviderFactory.getName());
planCheckerProviderManager.addPlanCheckerProviderFactory(planCheckerProviderFactory);
}

for (ClientRequestFilter clientRequestFilter : plugin.getClientRequestFilters()) {
log.info("Registering client request filter");
clientRequestFilterManager.registerClientRequestFilter(clientRequestFilter);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ default Iterable<PlanCheckerProviderFactory> getPlanCheckerProviderFactories()
{
return emptyList();
}

default Iterable<ClientRequestFilter> getClientRequestFilters()
{
return emptyList();
Expand Down

0 comments on commit 77e4df0

Please sign in to comment.