DATAJPA-715 - Fixed typo in JavaDoc of @EnableJpaRepositories.

This commit is contained in:
Pei-Tang Huang
2013-09-12 22:04:12 +08:00
committed by Oliver Gierke
parent 428a3c2fcb
commit d4cf14820c

View File

@@ -87,7 +87,7 @@ public @interface EnableJpaRepositories {
/**
* Configures the location of where to find the Spring Data named queries properties file. Will default to
* {@code META-INFO/jpa-named-queries.properties}.
* {@code META-INF/jpa-named-queries.properties}.
*
* @return
*/