From 328390acee5eab8a36dbe2a0f9e72eb59637ae42 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Tue, 11 Aug 2026 15:14:38 +0700 Subject: [PATCH 1/2] Remove code tag in property description See gh-51348 Signed-off-by: Tran Ngoc Nhan --- .../boot/graphql/autoconfigure/GraphQlProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 90bbe2283fa..aea400b8153 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,7 +244,7 @@ public class GraphQlProperties { private @Nullable String path; /** - * Time within which the initial {@code CONNECTION_INIT} type message must be + * Time within which the initial CONNECTION_INIT type message must be * received. */ private Duration connectionInitTimeout = Duration.ofSeconds(60); 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 2/2] 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);