Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix grammar in exception message
  • Loading branch information
Dave Syer committed Mar 31, 2014
commit 1d615e2c1a3f820d55c3695e9e4909ee28695be9
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public QueryExecutorMethodInterceptor(RepositoryInformation repositoryInformatio

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!");
}

Expand Down