Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ interface FindByQueryWithConsistency<T> extends FindByQueryConsistentWith<T>, 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 <T> the entity type to use for the results.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ interface RangeScanConsistentWith<T> extends RangeScanWithSort<T>, 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 <T> the entity type to use for the results.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ interface FindByQueryWithConsistency<T> extends FindByQueryConsistentWith<T>, 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 <T> the entity type to use for the results.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ interface RangeScanConsistentWith<T> extends RangeScanWithSort<T>, 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 <T> the entity type to use for the results.
*/
Expand Down