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. */