diff --git a/pom.xml b/pom.xml
index 46d2a11a9..74a7c771f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,214 +1,215 @@
-
* These attributes do not appear to be used/needed for SDN 4 to inter-operate correctly with SD-REST:
*
* These attributes do not appear to be used/needed for SDN 4 to inter-operate correctly with SD-REST:
*
- *
- * Consequently their associated getter methods always return default values of null or [true|false] However, because these
- * method calls are not expected, we also log a warning message if they get invoked
+ * Consequently their associated getter methods always return default values of null or [true|false] However, because
+ * these method calls are not expected, we also log a warning message if they get invoked
*
* @author Vince Bickers
* @author Adam George
@@ -42,33 +40,33 @@ import org.springframework.data.util.TypeInformation;
*/
public class Neo4jPersistentEntity@Relationship.
*
@Query.
*
@@ -64,12 +65,11 @@ public class GraphRepositoryQuery implements RepositoryQuery {
ResultProcessor processor = graphQueryMethod.getResultProcessor();
Object result = execute(returnType, concreteType, getQueryString(), params, accessor);
- return Result.class.equals(returnType) ? result :
- processor.withDynamicProjection(accessor).processResult(result);
+ return Result.class.equals(returnType) ? result : processor.withDynamicProjection(accessor).processResult(result);
}
protected Object execute(Class> returnType, Class> concreteType, String cypherQuery,
- Map