Skip to content

Commit

Permalink
chore: Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Mar 28, 2024
1 parent d71cda7 commit e2dc2d8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,7 @@ public Integer getMaxInboundMetadataSize() {
return maxInboundMetadataSize;
}

/**
* The configured channel pool settings for gRPC channels
*/
/** The configured channel pool settings used for gRPC's ChannelProvider */
public ChannelPoolSettings getChannelPoolSettings() {
return channelPoolSettings;
}
Expand Down

0 comments on commit e2dc2d8

Please sign in to comment.