Skip to content

Commit e7c90ae

Browse files
committed
Fix javadocs
1 parent 2a30c87 commit e7c90ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public class GrpcServerProperties {
105105
* shutdown). If set to a negative value, the server waits forever. If set to {@code 0} the server will force
106106
* shutdown immediately. Defaults to {@code 30s}.
107107
*
108-
* @param gracefullShutdownTimeout The time to wait for a graceful shutdown.
108+
* @param shutdownGracePeriod The time to wait for a graceful shutdown.
109109
* @return The time to wait for a graceful shutdown.
110110
*/
111111
@DurationUnit(ChronoUnit.SECONDS)

0 commit comments

Comments
 (0)