Skip to content

Commit f8d96a0

Browse files
committed
Fixed javadoc warning
1 parent 437dea4 commit f8d96a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
* Results are valid until the next statement is run or until the end of the current transaction,
3838
* whichever comes first. To keep a result around while further statements are run, or to use a result outside the scope
3939
* of the current transaction, see {@link #listAsync()}.
40-
* <p>
4140
* <h2>Important note on semantics</h2>
4241
* <p>
4342
* In order to handle very large results, and to minimize memory overhead and maximize

0 commit comments

Comments
 (0)