Skip to content

Commit 9539934

Browse files
committed
Fix grammar error in SqlGenerator.java
Signed-off-by: luckygc <[email protected]>
1 parent f309a0b commit 9539934

File tree

1 file changed

+1
-1
lines changed
  • spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/convert

1 file changed

+1
-1
lines changed

spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/convert/SqlGenerator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class SqlGenerator {
6969
/**
7070
* Length of an aggregate path that is one longer then the root path.
7171
*/
72-
private static final int FIRST_NON_ROOT_LENTH = 2;
72+
private static final int FIRST_NON_ROOT_LENGTH = 2;
7373

7474
private final RelationalPersistentEntity<?> entity;
7575
private final RelationalMappingContext mappingContext;

0 commit comments

Comments
 (0)