From 29ebf864ff89308345c40d2c329ca974c8689a70 Mon Sep 17 00:00:00 2001 From: Michael Hunger Date: Wed, 19 Dec 2012 10:47:07 +0100 Subject: [PATCH] DATAGRAPH-319 - Compile Error in EnableNeo4jRepositories due to JDK issue --- .../data/neo4j/config/EnableNeo4jRepositories.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/config/EnableNeo4jRepositories.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/config/EnableNeo4jRepositories.java index 3087e1161..bbd0ce18e 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/config/EnableNeo4jRepositories.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/config/EnableNeo4jRepositories.java @@ -90,7 +90,7 @@ public @interface EnableNeo4jRepositories { * Returns the key of the {@link QueryLookupStrategy} to be used for lookup queries for query methods. Defaults to * {@link Key#CREATE_IF_NOT_FOUND}. */ - Key queryLookupStrategy() default Key.CREATE_IF_NOT_FOUND; + Key queryLookupStrategy() default org.springframework.data.repository.query.QueryLookupStrategy.Key.CREATE_IF_NOT_FOUND; /** * Returns the {@link FactoryBean} class to be used for each repository instance. Defaults to