Skip to content

Commit

Permalink
Revert formatting changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOHYUN-LIM committed Apr 23, 2024
1 parent 020170f commit 3f3bd29
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ List<GrpcChannelConfigurer> defaultChannelConfigurers() {
"io.grpc.netty.shaded.io.grpc.netty.NettyChannelBuilder"})
@Bean
@Lazy
GrpcChannelFactory shadedNettyGrpcChannelFactory(final GrpcChannelsProperties properties,
GrpcChannelFactory shadedNettyGrpcChannelFactory(
final GrpcChannelsProperties properties,
final GlobalClientInterceptorRegistry globalClientInterceptorRegistry,
final List<GrpcChannelConfigurer> channelConfigurers) {

Expand All @@ -169,7 +170,8 @@ GrpcChannelFactory shadedNettyGrpcChannelFactory(final GrpcChannelsProperties pr
@ConditionalOnClass(name = {"io.netty.channel.Channel", "io.grpc.netty.NettyChannelBuilder"})
@Bean
@Lazy
GrpcChannelFactory nettyGrpcChannelFactory(final GrpcChannelsProperties properties,
GrpcChannelFactory nettyGrpcChannelFactory(
final GrpcChannelsProperties properties,
final GlobalClientInterceptorRegistry globalClientInterceptorRegistry,
final List<GrpcChannelConfigurer> channelConfigurers) {

Expand All @@ -185,7 +187,8 @@ GrpcChannelFactory nettyGrpcChannelFactory(final GrpcChannelsProperties properti
@ConditionalOnMissingBean(GrpcChannelFactory.class)
@Bean
@Lazy
GrpcChannelFactory inProcessGrpcChannelFactory(final GrpcChannelsProperties properties,
GrpcChannelFactory inProcessGrpcChannelFactory(
final GrpcChannelsProperties properties,
final GlobalClientInterceptorRegistry globalClientInterceptorRegistry,
final List<GrpcChannelConfigurer> channelConfigurers) {

Expand Down

0 comments on commit 3f3bd29

Please sign in to comment.