SGF-489 - Update Spring Data and 3rd party dependencies.

This commit is contained in:
John Blum
2016-04-24 13:31:02 -07:00
parent b300c3b245
commit 4479e5a1a5
5 changed files with 14 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ public class GemfireQueryMethod extends QueryMethod {
public GemfireQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory factory,
MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty> context) {
super(method, metadata);
super(method, metadata, factory);
Assert.notNull(context);
assertNonPagingQueryMethod(method);