Skip to content

Commit

Permalink
fix checkStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogacel committed Jun 8, 2024
1 parent fb0576b commit 1ffe89d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,8 @@ HandlerRegistry build() {
final DependencyInjector dependencyInjector = new ReflectiveDependencyInjector();

// Intercept entries using {@link GrpcInterceptor} annotations and globally added interceptors.
// TODO(ikhoon): Use ServerConfig.dependencyInjector() instead of creating ReflectiveDependencyInjector directly.
// TODO(ikhoon): Use ServerConfig.dependencyInjector() instead of creating
// ReflectiveDependencyInjector directly.
interceptEntries(dependencyInjector);

for (Entry entry : entries) {
Expand Down

0 comments on commit 1ffe89d

Please sign in to comment.