DATAJPA-715 - Fixed typo in JavaDoc of @EnableJpaRepositories.
This commit is contained in:
committed by
Oliver Gierke
parent
428a3c2fcb
commit
d4cf14820c
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user