Skip to content

Commit 235abe4

Browse files
michael-simonsschauder
authored andcommitted
Fix typo (#28)
Thanks
1 parent ae4e2a7 commit 235abe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/jdbc/core/SqlGeneratorSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import org.springframework.data.jdbc.mapping.model.JdbcMappingContext;
2424

2525
/**
26-
* Provides {@link SqlGenerator}s per domain type. Instances get cched, so when asked multiple times for the same domain
26+
* Provides {@link SqlGenerator}s per domain type. Instances get cached, so when asked multiple times for the same domain
2727
* type, the same generator will get returned.
2828
*
2929
* @author Jens Schauder

0 commit comments

Comments
 (0)