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() {
178178 }
179179
180180 /**
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.
182182 *
183183 * @param <T> type of the entity for which this represents a database interaction.
184184 */
@@ -249,7 +249,7 @@ public String toString() {
249249 }
250250
251251 /**
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
253253 * given type.
254254 *
255255 * @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