diff --git a/module/spring-boot-graphql/src/main/java/org/springframework/boot/graphql/autoconfigure/GraphQlProperties.java b/module/spring-boot-graphql/src/main/java/org/springframework/boot/graphql/autoconfigure/GraphQlProperties.java index aea400b8153..553eed0aa03 100644 --- a/module/spring-boot-graphql/src/main/java/org/springframework/boot/graphql/autoconfigure/GraphQlProperties.java +++ b/module/spring-boot-graphql/src/main/java/org/springframework/boot/graphql/autoconfigure/GraphQlProperties.java @@ -244,8 +244,7 @@ public class GraphQlProperties { private @Nullable String path; /** - * Time within which the initial CONNECTION_INIT type message must be - * received. + * Time within which the initial CONNECTION_INIT type message must be received. */ private Duration connectionInitTimeout = Duration.ofSeconds(60);