File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
driver/src/main/java/org/neo4j/driver Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 19
19
package org .neo4j .driver ;
20
20
21
21
import java .util .Map ;
22
+ import java .util .function .Consumer ;
22
23
23
24
import org .neo4j .driver .async .AsyncSession ;
24
25
import org .neo4j .driver .util .Resource ;
@@ -91,7 +92,7 @@ public interface Session extends Resource, StatementRunner
91
92
*
92
93
* @param bookmark a reference to a previous transaction
93
94
* @return a new {@link Transaction}
94
- * @deprecated This method is deprecated in favour of {@link Driver#session(Iterable )} that accepts an initial
95
+ * @deprecated This method is deprecated in favour of {@link Driver#session(Consumer )} that accepts an initial
95
96
* bookmark. Session will ensure that all nested transactions are chained with bookmarks to guarantee
96
97
* causal consistency. <b>This method will be removed in the next major release.</b>
97
98
*/
You can’t perform that action at this time.
0 commit comments