Fix typo (#28)

Thanks
This commit is contained in:
Michael Simons
2017-12-14 15:57:41 +01:00
committed by Jens Schauder
parent ae4e2a7deb
commit 235abe44e8

View File

@@ -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