From 4518e11bf55f58c0471163c35ac420a37ac2dfe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 11 Aug 2026 14:43:45 +0200 Subject: [PATCH] Polish "Remove code tag in property description" See gh-51348 --- .../boot/graphql/autoconfigure/GraphQlProperties.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);