From 548b3c0b05da0a1ef64556257b80ac50c7f96a20 Mon Sep 17 00:00:00 2001 From: Sanghyuk Jung Date: Sat, 25 Jul 2026 14:32:29 +0900 Subject: [PATCH] Remove duplicated "the" Signed-off-by: Sanghyuk Jung --- .../data/couchbase/core/ExecutableFindByQueryOperation.java | 2 +- .../data/couchbase/core/ExecutableRangeScanOperation.java | 2 +- .../data/couchbase/core/ReactiveFindByQueryOperation.java | 2 +- .../data/couchbase/core/ReactiveRangeScanOperation.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/springframework/data/couchbase/core/ExecutableFindByQueryOperation.java b/src/main/java/org/springframework/data/couchbase/core/ExecutableFindByQueryOperation.java index bd490a6c9..f6207a26c 100644 --- a/src/main/java/org/springframework/data/couchbase/core/ExecutableFindByQueryOperation.java +++ b/src/main/java/org/springframework/data/couchbase/core/ExecutableFindByQueryOperation.java @@ -241,7 +241,7 @@ interface FindByQueryWithConsistency extends FindByQueryConsistentWith, Wi } /** - * Fluent method to specify a return type different than the the entity type to use for the results. + * Fluent method to specify a return type different than the entity type to use for the results. * * @param the entity type to use for the results. */ diff --git a/src/main/java/org/springframework/data/couchbase/core/ExecutableRangeScanOperation.java b/src/main/java/org/springframework/data/couchbase/core/ExecutableRangeScanOperation.java index 33f96c19a..6a4d34e50 100644 --- a/src/main/java/org/springframework/data/couchbase/core/ExecutableRangeScanOperation.java +++ b/src/main/java/org/springframework/data/couchbase/core/ExecutableRangeScanOperation.java @@ -160,7 +160,7 @@ interface RangeScanConsistentWith extends RangeScanWithSort, ConsistentWit } /** - * Fluent method to specify a return type different than the the entity type to use for the results. + * Fluent method to specify a return type different than the entity type to use for the results. * * @param the entity type to use for the results. */ diff --git a/src/main/java/org/springframework/data/couchbase/core/ReactiveFindByQueryOperation.java b/src/main/java/org/springframework/data/couchbase/core/ReactiveFindByQueryOperation.java index b270877fe..ab8db6a38 100644 --- a/src/main/java/org/springframework/data/couchbase/core/ReactiveFindByQueryOperation.java +++ b/src/main/java/org/springframework/data/couchbase/core/ReactiveFindByQueryOperation.java @@ -188,7 +188,7 @@ interface FindByQueryWithConsistency extends FindByQueryConsistentWith, Wi } /** - * Fluent method to specify a return type different than the the entity type to use for the results. + * Fluent method to specify a return type different than the entity type to use for the results. * * @param the entity type to use for the results. */ diff --git a/src/main/java/org/springframework/data/couchbase/core/ReactiveRangeScanOperation.java b/src/main/java/org/springframework/data/couchbase/core/ReactiveRangeScanOperation.java index e4cf37ccb..8225ab882 100644 --- a/src/main/java/org/springframework/data/couchbase/core/ReactiveRangeScanOperation.java +++ b/src/main/java/org/springframework/data/couchbase/core/ReactiveRangeScanOperation.java @@ -159,7 +159,7 @@ interface RangeScanConsistentWith extends RangeScanWithSort, ConsistentWit } /** - * Fluent method to specify a return type different than the the entity type to use for the results. + * Fluent method to specify a return type different than the entity type to use for the results. * * @param the entity type to use for the results. */