From 328390acee5eab8a36dbe2a0f9e72eb59637ae42 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Tue, 11 Aug 2026 15:14:38 +0700 Subject: [PATCH] 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);