Skip to content

Commit 196e2c8

Browse files
JaeYeon Kimschauder
authored andcommitted
Fix typos in DbAction class documentation
Signed-off-by: JaeYeon Kim <JaeYeon.Kim@ibm.com> Squashed by Jens Schauder Original pull request #2080
1 parent 3c3293d commit 196e2c8

File tree

1 file changed

+2
-2
lines changed
  • spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion

1 file changed

+2
-2
lines changed

spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/DbAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)