We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f309a0b commit 9539934Copy full SHA for 9539934
spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/convert/SqlGenerator.java
@@ -69,7 +69,7 @@ class SqlGenerator {
69
/**
70
* Length of an aggregate path that is one longer then the root path.
71
*/
72
- private static final int FIRST_NON_ROOT_LENTH = 2;
+ private static final int FIRST_NON_ROOT_LENGTH = 2;
73
74
private final RelationalPersistentEntity<?> entity;
75
private final RelationalMappingContext mappingContext;
0 commit comments