From 242cedac9189a62afd5be486c2dcbd829c8d8674 Mon Sep 17 00:00:00 2001 From: Sanghyuk Jung Date: Sat, 25 Jul 2026 14:32:49 +0900 Subject: [PATCH] Remove duplicated "the" Signed-off-by: Sanghyuk Jung --- .../org/springframework/graphql/ExecutionGraphQlRequest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-graphql/src/main/java/org/springframework/graphql/ExecutionGraphQlRequest.java b/spring-graphql/src/main/java/org/springframework/graphql/ExecutionGraphQlRequest.java index bd17fbc74..6edd356e7 100644 --- a/spring-graphql/src/main/java/org/springframework/graphql/ExecutionGraphQlRequest.java +++ b/spring-graphql/src/main/java/org/springframework/graphql/ExecutionGraphQlRequest.java @@ -50,7 +50,7 @@ public interface ExecutionGraphQlRequest extends GraphQlRequest { * {@code UUID.randomUUID()}. *
  • On WebSocket, the id is set to the message id of the {@code "subscribe"} * message from the GraphQL over WebSocket protocol that is used to correlate - * request and response messages on the the WebSocket. + * request and response messages on the WebSocket. * *

    To override this id, use {@link #executionId(ExecutionId)} or configure * {@link graphql.GraphQL} with an {@link graphql.execution.ExecutionIdProvider}.