From d2b3eb95eb7d5ff644a384c547bf825a91106c29 Mon Sep 17 00:00:00 2001 From: JaeYeon Kim Date: Sun, 6 Jul 2025 19:54:53 +0900 Subject: [PATCH 1/2] Fix typos in DbAction class documentation Signed-off-by: JaeYeon Kim --- .../data/relational/core/conversion/DbAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/DbAction.java b/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/DbAction.java index ea3000ce99..b620dcc56c 100644 --- a/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/DbAction.java +++ b/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/DbAction.java @@ -178,7 +178,7 @@ public String toString() { } /** - * Represents a delete statement for all entities that that a reachable via a give path from the aggregate root. + * Represents a delete statement for all entities that are reachable via a given path from the aggregate root. * * @param type of the entity for which this represents a database interaction. */ From 545f0bd5cceb3f271c5878cfe491865537a24ee6 Mon Sep 17 00:00:00 2001 From: JaeYeon Kim Date: Sun, 6 Jul 2025 22:36:13 +0900 Subject: [PATCH 2/2] Fix typos in DbAction class documentation second commit Signed-off-by: JaeYeon Kim --- .../data/relational/core/conversion/DbAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/DbAction.java b/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/DbAction.java index b620dcc56c..ec5ab5106a 100644 --- a/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/DbAction.java +++ b/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/DbAction.java @@ -249,7 +249,7 @@ public String toString() { } /** - * Represents an delete statement for all entities that that a reachable via a give path from any aggregate root of a + * Represents a delete statement for all entities that are reachable via a given path from any aggregate root of a * given type. * * @param type of the entity for which this represents a database interaction.