DATACMNS-484 - Fix grammar in exception message of RepositoryFactorySupport.

Original pull request: #78.
This commit is contained in:
Dave Syer
2014-03-31 17:36:47 +01:00
committed by Oliver Gierke
parent e4c82f8475
commit 389edd6748

View File

@@ -293,7 +293,7 @@ public abstract class RepositoryFactorySupport implements BeanClassLoaderAware {
if (queryMethods.iterator().hasNext()) {
throw new IllegalStateException("You have defined query method in the repository but "
+ "you don't have no query lookup strategy defined. The "
+ "you don't have any query lookup strategy defined. The "
+ "infrastructure apparently does not support query methods!");
}