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 437dea4 commit f8d96a0Copy full SHA for f8d96a0
driver/src/main/java/org/neo4j/driver/v1/StatementResultCursor.java
@@ -37,7 +37,6 @@
37
* Results are valid until the next statement is run or until the end of the current transaction,
38
* whichever comes first. To keep a result around while further statements are run, or to use a result outside the scope
39
* of the current transaction, see {@link #listAsync()}.
40
- * <p>
41
* <h2>Important note on semantics</h2>
42
* <p>
43
* In order to handle very large results, and to minimize memory overhead and maximize
0 commit comments