Skip to content

Commit 96c5a8d

Browse files
authored
Merge pull request #3104 from FlorentinD/1.5-validate-rel-message-fix
Fix validateRelationships error message
2 parents 439caa3 + a231b2e commit 96c5a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/neo4j/graphalgo/utils/ExceptionUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private static void validateNodeIsLoaded(long mappedId, long neoId, String side)
143143
throw new IllegalArgumentException(
144144
formatWithLocale(
145145
"Failed to load a relationship because its %s-node with id %s is not part of the node query or projection. " +
146-
"To ignore the relationship, set the configuration parameter `relationshipValidation` to false.",
146+
"To ignore the relationship, set the configuration parameter `validateRelationships` to false.",
147147
side,
148148
neoId
149149
)

0 commit comments

Comments
 (0)