Skip to content

Commit eb90efc

Browse files
michael-simonsschauder
authored andcommitted
DATAJDBC-361 - Fix minor typos in SqlGenerator.
Original pull request: #148.
1 parent c80a334 commit eb90efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/SqlGenerator.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class SqlGenerator {
106106
}
107107

108108
/**
109-
* Returns a query for selecting all simple properties of an entitty, including those for one-to-one relationhships.
109+
* Returns a query for selecting all simple properties of an entity, including those for one-to-one relationships.
110110
* Results are filtered using an {@code IN}-clause on the id column.
111111
*
112112
* @return a SQL statement. Guaranteed to be not {@code null}.
@@ -116,7 +116,7 @@ String getFindAllInList() {
116116
}
117117

118118
/**
119-
* Returns a query for selecting all simple properties of an entitty, including those for one-to-one relationhships.
119+
* Returns a query for selecting all simple properties of an entity, including those for one-to-one relationships.
120120
*
121121
* @return a SQL statement. Guaranteed to be not {@code null}.
122122
*/

0 commit comments

Comments
 (0)