From f01f797296e1456dcd0d1715b32ba94282f361f7 Mon Sep 17 00:00:00 2001 From: Sanghyuk Jung Date: Sat, 25 Jul 2026 18:24:50 +0900 Subject: [PATCH] Remove duplicated "the" Original Pull Request: #3314 Signed-off-by: Sanghyuk Jung --- .../elasticsearch/repository/query/RepositoryPartQuery.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/springframework/data/elasticsearch/repository/query/RepositoryPartQuery.java b/src/main/java/org/springframework/data/elasticsearch/repository/query/RepositoryPartQuery.java index 369821950..38c555bb2 100644 --- a/src/main/java/org/springframework/data/elasticsearch/repository/query/RepositoryPartQuery.java +++ b/src/main/java/org/springframework/data/elasticsearch/repository/query/RepositoryPartQuery.java @@ -24,7 +24,7 @@ import org.springframework.data.repository.query.ValueExpressionDelegate; import org.springframework.data.repository.query.parser.PartTree; /** - * A repository query that is built from the the method name in the repository definition. Was originally named + * A repository query that is built from the method name in the repository definition. Was originally named * ElasticsearchPartQuery. * * @author Rizwan Idrees