1
0
mirror of synced 2026-08-05 00:17:03 +00:00

Remove duplicated "the"

Original Pull Request: #3314

Signed-off-by: Sanghyuk Jung <sanghyuk.jung@navercorp.com>
This commit is contained in:
Sanghyuk Jung
2026-07-25 18:24:50 +09:00
committed by GitHub
parent 8b067983ed
commit f01f797296
@@ -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