Skip to content

Commit c86523b

Browse files
Update src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java
Co-authored-by: Gerrit Meier <[email protected]>
1 parent f6e4113 commit c86523b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ public <T> ExecutableQuery<T> toExecutableQuery(PreparedQuery<T> preparedQuery)
12211221
return toQuery(preparedQuery, false);
12221222
}
12231223

1224-
private <T> ExecutableQuery<T> toQuery(PreparedQuery<T> preparedQuery, boolean readOnly) {
1224+
private <T> ExecutableQuery<T> toExecutableQuery(PreparedQuery<T> preparedQuery, boolean readOnly) {
12251225
return new DefaultExecutableQuery<>(preparedQuery, readOnly);
12261226
}
12271227

0 commit comments

Comments
 (0)