Skip to content

Commit 25300e8

Browse files
committed
Minor @see note in javadocs
1 parent 1529eb2 commit 25300e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver/src/main/java/org/neo4j/driver/v1/StatementRunner.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public interface StatementRunner
8888
/**
8989
* Run a statement and return a result stream.
9090
*
91+
* @see #run(String, Map) for details on semantics
9192
* @param statementTemplate template of a Neo4j statement
9293
* @return a stream of result values and associated metadata
9394
*/
@@ -103,6 +104,7 @@ public interface StatementRunner
103104
* }
104105
* </pre>
105106
*
107+
* @see #run(String, Map) for details on semantics
106108
* @param statement a Neo4j statement
107109
* @return a stream of result values and associated metadata
108110
*/

0 commit comments

Comments
 (0)