Fixed typo in GrpcClientProperties
Signed-off-by: Sergei Batsura <batsura.sa@gmail.com>
This commit is contained in:
committed by
Chris Bono
parent
3ac7569d5c
commit
aa809aaf8a
@@ -260,7 +260,7 @@ public class GrpcClientProperties implements EnvironmentAware, VirtualTargets {
|
||||
|
||||
public void setMaxInboundMessageSize(final DataSize maxInboundMessageSize) {
|
||||
this.setMaxInboundSize(maxInboundMessageSize, (s) -> this.maxInboundMessageSize = s,
|
||||
"maxInboundMesssageSize");
|
||||
"maxInboundMessageSize");
|
||||
}
|
||||
|
||||
public DataSize getMaxInboundMetadataSize() {
|
||||
|
||||
Reference in New Issue
Block a user