diff --git a/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java b/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java index eaa746588..d3af0f90c 100644 --- a/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java +++ b/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java @@ -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!"); }