File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ public String toString() {
178
178
}
179
179
180
180
/**
181
- * Represents a delete statement for all entities that that a reachable via a give path from the aggregate root.
181
+ * Represents a delete statement for all entities that are reachable via a given path from the aggregate root.
182
182
*
183
183
* @param <T> type of the entity for which this represents a database interaction.
184
184
*/
@@ -249,7 +249,7 @@ public String toString() {
249
249
}
250
250
251
251
/**
252
- * Represents an delete statement for all entities that that a reachable via a give path from any aggregate root of a
252
+ * Represents a delete statement for all entities that are reachable via a given path from any aggregate root of a
253
253
* given type.
254
254
*
255
255
* @param <T> type of the entity for which this represents a database interaction.
You can’t perform that action at this time.
0 commit comments