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 6ffde89afc
commit 0bc1950a06

View File

@@ -88,7 +88,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
*/