From 3dfc5922f8e398a4f6c3a63f382eee751ced68c5 Mon Sep 17 00:00:00 2001 From: Lorenzo Speranzoni Date: Wed, 19 Mar 2014 12:46:33 +0100 Subject: [PATCH] Update LabelBasedNodeTypeRepresentationStrategy.java Exception message modified. --- .../LabelBasedNodeTypeRepresentationStrategy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/support/typerepresentation/LabelBasedNodeTypeRepresentationStrategy.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/support/typerepresentation/LabelBasedNodeTypeRepresentationStrategy.java index d6bfc0dcb..bec0a504c 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/support/typerepresentation/LabelBasedNodeTypeRepresentationStrategy.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/support/typerepresentation/LabelBasedNodeTypeRepresentationStrategy.java @@ -123,7 +123,7 @@ public class LabelBasedNodeTypeRepresentationStrategy implements NodeTypeReprese return label.substring(LABELSTRATEGY_PREFIX.length()); } } - throw new IllegalStateException("No primary SDN label exists .. (i.e one with starting with " + LABELSTRATEGY_PREFIX + ") "); + throw new IllegalStateException("No primary SDN label exists .. (i.e one starting with " + LABELSTRATEGY_PREFIX + ") "); }