Browse Source

Fix typo (#28)

Thanks
pull/29/head
Michael Simons 8 years ago committed by Jens Schauder
parent
commit
235abe44e8
  1. 2
      src/main/java/org/springframework/data/jdbc/core/SqlGeneratorSource.java

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

@ -23,7 +23,7 @@ import java.util.Map; @@ -23,7 +23,7 @@ import java.util.Map;
import org.springframework.data.jdbc.mapping.model.JdbcMappingContext;
/**
* Provides {@link SqlGenerator}s per domain type. Instances get cched, so when asked multiple times for the same domain
* Provides {@link SqlGenerator}s per domain type. Instances get cached, so when asked multiple times for the same domain
* type, the same generator will get returned.
*
* @author Jens Schauder

Loading…
Cancel
Save