We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e4113 commit c86523bCopy full SHA for c86523b
src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java
@@ -1221,7 +1221,7 @@ public <T> ExecutableQuery<T> toExecutableQuery(PreparedQuery<T> preparedQuery)
1221
return toQuery(preparedQuery, false);
1222
}
1223
1224
- private <T> ExecutableQuery<T> toQuery(PreparedQuery<T> preparedQuery, boolean readOnly) {
+ private <T> ExecutableQuery<T> toExecutableQuery(PreparedQuery<T> preparedQuery, boolean readOnly) {
1225
return new DefaultExecutableQuery<>(preparedQuery, readOnly);
1226
1227
0 commit comments