fixed doc typo on @EnableCassandraProperties#namedQueriesLocation()

This commit is contained in:
Matthew Adams
2014-09-05 10:15:31 -05:00
parent 3ed2e53afd
commit e266378531

View File

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