Skip to content

Commit 6fdcffd

Browse files
committed
spotlessJavaApply
1 parent e76844e commit 6fdcffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grpc-server-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/server/config/GrpcServerProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ public void setMaxInboundMessageSize(final DataSize maxInboundMessageSize) {
324324

325325
/**
326326
* Sets the maximum metadata size allowed to be received by the server. If not set ({@code null}) then it will
327-
* default to {@link GrpcUtil#DEFAULT_MAX_HEADER_LIST_SIZE gRPC's default}. If set to {@code -1} then it will use the
328-
* highest possible limit (not recommended).
327+
* default to {@link GrpcUtil#DEFAULT_MAX_HEADER_LIST_SIZE gRPC's default}. If set to {@code -1} then it will use
328+
* the highest possible limit (not recommended).
329329
*
330330
* @param maxInboundMetadataSize The new maximum size allowed for incoming metadata. {@code -1} for max possible.
331331
* Null to use the gRPC's default.

0 commit comments

Comments
 (0)