From c2cf4983cf6a9fa7c99395e2f34c7f666f1ec690 Mon Sep 17 00:00:00 2001 From: Johannes Mockenhaupt Date: Tue, 3 Jul 2012 19:27:26 +0200 Subject: [PATCH] Fix typos. --- .../data/neo4j/core/TypeRepresentationStrategy.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/core/TypeRepresentationStrategy.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/core/TypeRepresentationStrategy.java index c12a74489..bd26a1923 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/core/TypeRepresentationStrategy.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/core/TypeRepresentationStrategy.java @@ -25,8 +25,8 @@ import org.springframework.data.neo4j.support.mapping.StoredEntityType; * (forming an inheritance chain) that is linked to from the instance and keeps a count of the instances. Another * approach could use indexing and a type property on the instance fields. * - * Contains a callback on entity creation that can setup the type representation. The finder methods are delegated to - * for the appropriate calls for the strategy set for the datastore. + * Contains a callback on entity creation that can set up the type representation. The finder methods are delegated to + * the appropriate calls for the strategy set for the datastore. * * TODO use SDC TypeMapper implementations to delegate to for concrete implementation *