Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fa03d3e

Browse files
JaeYeon Kimschauder
JaeYeon Kim
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 7ded5f8 commit fa03d3e

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)

AltStyle によって変換されたページ (->オリジナル) /